fohrloop / dash-uploader

The alternative upload component for python Dash applications.
MIT License
144 stars 30 forks source link

Make progress/progressbar work when uploading multiple files #70

Closed fohrloop closed 2 years ago

fohrloop commented 2 years ago

This considers the flow-dev branch (599f6ff). When uploading files, the progressbar / progress jumps.

For example, when uploading two files with about the same size

The progress is read from the flowComponent.progress().

What would be expected that during the second file, the progress goes from 55% to 100%.

fohrloop commented 2 years ago

Fixed in ffc44d2