Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Added file permissions problem detection #3455

Closed
wants to merge 3 commits into from

Conversation

richard512
Copy link

Gives a more easily understandable error message when there's a file permission problem

@richard512
Copy link
Author

Most likely fix for these errors, for an Apache server running Linux:

sudo chown -R www-data:www-data server/php/files/
sudo chmod -R 755 server/php/files/

@richard512
Copy link
Author

Just added the ability to detect mime types and to create thumbnails for uploaded videos.

@blueimp
Copy link
Owner

blueimp commented Oct 2, 2016

Thanks a lot for your contribution, @richard512

Those are all nice features and I've added your repository to the wiki (under forks).

I hope it's fine for you that I prefer your work as a fork, as I want to keep my maintainer workload small and adding video thumbnail support would open up another swath of potential issues.

Thanks a lot though!

@blueimp blueimp closed this Oct 2, 2016
@myselfgaurav
Copy link

upload to upload video file getting error : Empty file upload result

@richard512
Copy link
Author

richard512 commented Feb 9, 2017

myselfgaurav: My first guesses would be that either there aren't proper file permissions in the upload dir or the uploaded file is bigger than what the server is configured to allow. What does it do when you try to upload other, smaller files?

@myselfgaurav
Copy link

thanks i checked my server upload max file size if 150 mb , i was uploading file of 600 mb , but i think data is sent in chuk format so upload should work , do i have to do some setting to enable file chunking please guide

@richard512
Copy link
Author

richard512 commented Feb 10, 2017

that'll do it. and, yeah, it should be able read in the chunks.

if not, you can try something like

http://stackoverflow.com/questions/7853467/uploading-a-file-in-chunks-using-html5

or

https://github.com/sthielen/BigUpload

If you end up using an alternative script that works very well for you, please let me know. i'd be interested to hear.

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

Successfully merging this pull request may close these issues.

5 participants