我使用过CakeDC用户插件。 我需要为用户上传/添加个人资料图片。
我该怎么做?
任何人都可以发布代码以上传图片吗?
http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html
我添加了这个,但我只有一个按钮。
echo $this->Form->create('Document', array('enctype' => 'multipart/form-data'));
echo $this->Form->file('Document.submittedfile');
echo $this->Form-end();
如何设置/获取上传文件的路径?
答案 0 :(得分:0)
无论您使用哪种框架,这都适用于PHP。
PD:我建议下次尝试在你的问题中更加具体。