rowanwins / vue-dropzone

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
https://rowanwins.github.io/vue-dropzone/docs/dist
MIT License
2.02k stars 1.4k forks source link

Is aws s3 chunked upload is supported? #544

Open adnanmuttaleb opened 4 years ago

adnanmuttaleb commented 4 years ago

I have added chunked to the options's object, when triggering upload it shows no errors, but the file get uploaded to s3 is only a single part of the original file.

rowanwins commented 4 years ago

Short answer no - the S3 implementation is quite basic at the moment.

jchorl commented 4 years ago

Any immediate plans to support this?

abrichr commented 4 years ago

@rowanwins what would be required in order to support this? Can you provide any guidance for those of us who might be interested in coding this up?