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

Problem with large file upload #56

Open
shovanjaya55 opened this issue Feb 5, 2016 · 1 comment
Open

Problem with large file upload #56

shovanjaya55 opened this issue Feb 5, 2016 · 1 comment

Comments

@shovanjaya55
Copy link

Hello there,

While trying to upload large media files(video files) it gets interrupted and don't get uploaded. I have done many server configuration changes such as upload_max_size, post_max_size, input_post_time but still couldn't resolve the issue. Any help will be greatly appreciated.

Thanks

@flashcactus
Copy link

Don't know about your particular problem, but it might be your web server objecting to a too-large POST request (in whisch case it fails with a 413:Request Entity Too Large error). It'd be nice if there were some workaround that didn't involve changing the server config to accomodate extra large POST requests.

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

No branches or pull requests

2 participants