founderlab / react-dropzone-s3-uploader

Drag and drop s3 file uploader via react-dropzone + react-s3-uploader
MIT License
161 stars 82 forks source link

multiple uploads qued #60

Open asela-wijesinghe opened 6 years ago

asela-wijesinghe commented 6 years ago

Hi i am working on a video upload component.In here it takes a while to upload a video so there is a risk of loosing all data if everythng is uploaded at once.So is there a way to make it upload one by one in a waiting queue so that at least few videos are uploaded if theres any issue coming and have to loose all uploaded progress?

TOPS-Aman commented 5 years ago

Were you able to implement this?

asela-wijesinghe commented 5 years ago

I worked on something different on my private repo according to my req,u can check that out and you will see what I changed in the commits. according to that you can make your changes

https://github.com/asela-wijesinghe/react-dropzone-s3-uploader