direct-upload
direct-upload copied to clipboard
Allow Chunked upload
Please add this feature! Or maybe you would explain me how to add it :)
Thanks a lot!
Hi hi, one of the examples built on this uses blueimp's jquery upload and it has a good guide on chunked uploads: https://github.com/blueimp/jQuery-File-Upload/wiki/Chunked-file-uploads
does this help?
Hi, not really. In that example, they use uploading to the server, not to S3 directly.
I need to use AWS Signature v4 method with chunk uploading support + JS...
@eddturtle @matrunchyk was there any progress or solution to this?
I've been thinking about this over the past couple of days and I'm still not sure how to do it yet. I think you're referring to this: https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html
The difficultly lies in splitting the requests, while keeping the upload directly from client -> S3. If you had the server acting as a middle-man it might not be so difficult.