heryandi / flask-s3-multipart

MIT License
7 stars 1 forks source link

Upload multiple files? #1

Open xzhub opened 5 years ago

xzhub commented 5 years ago

Hi heryandi, This project is very useful, thanks for sharing! however, I did some tests but failed to implement the multiple file uploading based on this project(I'm still learning JS). It would be very appreciated if you could modify your code to support multiple files uploading. I am sure many others will also benefit from your code. Thanks in advance! :)

nav347 commented 4 years ago

Hey @xzhub, It seems you got this project working for concurrent uploads in 2019. Do you think it would be possible to help me out with getting it to work? Right now receiving Error 400

xzhub commented 4 years ago

I eventually used this project, I believe you will like it too: https://fineuploader.com/

nav347 commented 4 years ago

Yes,fineuploader for python3 flask works fine for single uploads but gives signature does not match error when chunking. Were you able to resolve it?

xzhub commented 4 years ago

I don't remember I encountered that issue. Could you please raise a bug report in their github page? I am sure someone will help.

nav347 commented 4 years ago

Ahh, unfortunately the project has stopped receiving support and I am not able to figure out yet the error. Gonna convert this to flask backend and try to use this instead