Valums-File-Uploader / file-uploader

Multiple file upload plugin for HTML forms. User-friendly progress-bar + uploads via drag-and-drop. Coded in Javascript + AJAX, not Flash. Server-side PHP, Java, & ColdFusion examples included.
http://valums-file-uploader.github.com/file-uploader/
Other
319 stars 140 forks source link

Problem with large file upload #56

Open shovanjaya55 opened 8 years ago

shovanjaya55 commented 8 years ago

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 commented 8 years ago

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.