Closed fohrloop closed 2 years ago
This considers the flow-dev branch (599f6ff). When uploading files, the progressbar / progress jumps.
flow-dev
For example, when uploading two files with about the same size
The progress is read from the flowComponent.progress().
flowComponent.progress()
What would be expected that during the second file, the progress goes from 55% to 100%.
Fixed in ffc44d2
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%.