direct-upload icon indicating copy to clipboard operation
direct-upload copied to clipboard

Allow Chunked upload

Open matrunchyk opened this issue 9 years ago • 4 comments

Please add this feature! Or maybe you would explain me how to add it :)

Thanks a lot!

matrunchyk avatar Oct 16 '16 22:10 matrunchyk

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?

eddturtle avatar Oct 17 '16 21:10 eddturtle

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...

matrunchyk avatar Oct 17 '16 22:10 matrunchyk

@eddturtle @matrunchyk was there any progress or solution to this?

LonerganOnline avatar Mar 24 '18 16:03 LonerganOnline

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.

eddturtle avatar Mar 30 '18 08:03 eddturtle