I have used CakeDC users plugin. I need to upload/add a profile picture for an user.
如何做到这一点?
是否有任何人把该法典放在上载形象?
rel=“nofollow” http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html。
我补充说,这只是一个 but子。
echo $this->Form->create( Document , array( enctype => multipart/form-data ));
echo $this->Form->file( Document.submittedfile );
echo $this->Form-end();
如何确定/确定上载档案的道路?