Posted by Rudy in
CakePHP on 06 3rd, 2010 |
5 Comments
There are many solutions to handle file upload in PHP. The common solution is to check the type of the file, size, check if the file name already exists or not, and the last is moving the file using move_uploaded_file(). But your task doesn’t end when the files are in your server, you still need...