Feature #7039
closedDuring Registry data upload, provide visual progress feedback
0%
Description
When a user uploads larger files, they currently only see the spinner to indicate 'something is happening'. Progress is indicated with a progress bar after the confirm stage, but not before, when files are actually being updated. Provide a progress bar and current/total bytes uploaded during the initial insert phase too.
Updated by Chris Jones over 8 years ago
- Status changed from New to In Progress
I've added a callback that responds to the progress event in the RegistryView, and am testing it. I'm not quite sure if we can update new model properties like currentBytes and totalBytes, and change the view based on those model changes, but for now this works. Will look into it a bit more.
Updated by Chris Jones over 8 years ago
- Status changed from In Progress to Closed
I've added 1.12 code to provide a progress bar with a percent done indicator, along with a text div showing the number of KB/MB/GB uploaded compared to the total.