May be this can help
Aug 3, 2015
6
Level 2
Advice on solutions for very large file uploads
Hello,
I've spent too much time today trying to support very large file uploads to S3. By "very large", I mean high-quality video sources — a GB file would not be unusual.
I have a Dropzone.js-based solution that works for very small files, but as far as I can tell I'm going to have to move to a solution that supports chunked transfers in order to support very large files.
On the browser side, Plupload and jQuery-File-Upload look promising. On the Laravel side, all I see is laravel-plupload.
Does anyone have experience with these, or alternatives that they like? I'd love to hear any thoughts before I dive back into this tomorrow.
— Charles
Please or to participate in this conversation.