Feature #7039
closed
During Registry data upload, provide visual progress feedback
Added by Chris Jones over 8 years ago.
Updated over 8 years ago.
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.
- 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.
- 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.
Also available in: Atom
PDF