Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP responding: Error: Empty file upload result #2

Open
baamenabar opened this issue Nov 9, 2013 · 2 comments
Open

PHP responding: Error: Empty file upload result #2

baamenabar opened this issue Nov 9, 2013 · 2 comments
Labels

Comments

@baamenabar
Copy link
Owner

No description provided.

@baamenabar
Copy link
Owner Author

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

@baamenabar
Copy link
Owner Author

OK, in the original repo, there are several issues with this error:

blueimp#377

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant