fohrloop / dash-uploader

The alternative upload component for python Dash applications.
MIT License
141 stars 29 forks source link

Multiple file upload: callback triggered only after first file uploaded #110

Closed anhvut closed 1 year ago

anhvut commented 1 year ago

Hello,

When I upload several files, I receive the callback after the first uploaded file. is_completed is True, and fileNames is an array with one element. All the files are correctly uploaded. I'm ok with having one callback after all files uploaded, or one after each file upload.

Thanks, Anh-Vu

anhvut commented 1 year ago

Sorry I didn't know that it is solved in 0.7.0a1 preview version. Closing the issue