Hello
How can I upload a file using cakephp ? is there any framework support for file uploading or should I write my own code for this ?
Thank you
Hello
How can I upload a file using cakephp ? is there any framework support for file uploading or should I write my own code for this ?
Thank you
This component could help you out: http://cakeforge.org/snippet/detail.php?type=snippet&id=36. Allows uploads to either a database or a directory using FTP. I have some experience with CakePHP, however I have not yet tried this component.
both is possible
for beginners this is probably the better choice: http://www.milesj.me/resources/script/uploader-plugin
CakePHP upload plugins in active development:
You could also use the File class, but I wouldn't reinvent the wheel on this one.