【发布时间】:2014-10-07 10:50:27
【问题描述】:
我尝试使用 cakephp 上传图片,但出现以下错误:
注意(8):数组到字符串的转换[CORE\Cake\Model\Datasource\DboSource.php, line 1009]
<?php echo $this->Form->create('User',array('type'=>'file'));
echo $this->Form->input('profile_pic', array('type'=>'file'));
echo $this->Form->end('submit');
?>
我所做的有什么问题吗?
【问题讨论】: