srs81 / CakePHP-AjaxMultiUpload

CakePHP 2 plugin to allow for easy multi-file upload with AJAX
Other
65 stars 32 forks source link

Upload failed #34

Closed amjo closed 11 years ago

amjo commented 11 years ago

Hellow there, first off i want to congratulate you for the hard efforts you've put into this plugin, especially that it's adapted in CakePHP 2.0+, as im running on Croogo 1.4.4 (Cakephp 2.1.5).

Now, i implemented the upload button, which is generating perfectly on the page that i want. However, the upload keeps failing.

I would just want to know the scenarios that could cause the file upload to fail, and i'll take it from there

regards, amjo

clarkritchie commented 11 years ago

Have you checked that your web server has write permission to the location where the files are being saved?

srs81 commented 11 years ago

Thanks @clarkritchie . @amjo , can you check your directory permissions? Or what the default upload file size of your uploads are?