Page MenuHomePhabricator

Adding percentage number to progress bar while uploading with UploadWizard
Open, Needs TriagePublicFeature

Description

Feature summary (what you would like to be able to do and where):
Gives back the upload progress as numeral, while uploading with UploadWizard. The progressbar shows the progress, but it can be hard to estimate if the progress is 44 % or 46 %.

Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):

Benefits (why should this be implemented?):
It allows you to see the more exact progress and, for larger uploads, if progress is made at all or how fast in a disctinct interval. It can increase the user-friendliness

Event Timeline

PantheraLeo1359531 renamed this task from Adding percentage number to progress bar while uploading witrh UploadWizard to Adding percentage number to progress bar while uploading with UploadWizard.Jan 18 2024, 3:42 PM

This requires hooking into resources/mw.FormDataTransport.js, progress event.