jQuery-File-Upload-and-Crop
jQuery-File-Upload-and-Crop copied to clipboard
PHP responding: Error: Empty file upload result
The problem is I can't find the directions where I wrote about the permissions. Is it in the code?
OK, in the original repo, there are several issues with this error:
https://github.com/blueimp/jQuery-File-Upload/issues/377?source=cc
You have to make sure you have:
- GD library working
- The server allows for that size of file upload (max_post_size && max_upload_size must be bigger than your files)
- The server has enough memory process the uploaded file (even if you are not cropping the library will try to do a thumbnail)