我試圖上載使用CakePHP圖像,我得到以下錯誤:陣列串錯誤而上傳圖片
通知(8):Array對字符串的轉換[CORE \蛋糕\模型\數據源\ 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');
?>
我做了什麼不對?
感謝,但仍得到一個錯誤: 無法確定MIME類型。 – Exchanger13 2014-10-08 08:15:05
這就是爲什麼我把它設置爲文件類型,閱讀評論: http://stackoverflow.com/questions/20770144/cakephp-image-can-not-determine-the-mimetype – Exchanger13 2014-10-08 08:17:46
您的項目是否與上述代碼一起工作? – 2014-10-08 08:37:08