Valums-File-Uploader/file-uploader

Problem with large file upload

Opened this issue · 1 comments

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

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.