jQuery-File-Upload-and-Crop icon indicating copy to clipboard operation
jQuery-File-Upload-and-Crop copied to clipboard

PHP responding: Error: Empty file upload result

Open baamenabar opened this issue 12 years ago • 2 comments

baamenabar avatar Nov 09 '13 02:11 baamenabar

The problem is I can't find the directions where I wrote about the permissions. Is it in the code?

baamenabar avatar Nov 09 '13 02:11 baamenabar

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)

baamenabar avatar Nov 09 '13 03:11 baamenabar