https://bugzilla.wikimedia.org/show_bug.cgi?id=24759

--- Comment #4 from Neil Kandalgaonkar <ne...@wikimedia.org> 2011-08-05 
16:29:43 UTC ---
There is a progress bar. It's actually constantly polling all the uploads for
progress info and trying to display a summary result.

But it only shows when there is some information about how well uploads are
progressing. At the moment, that only occurs after the first upload has
completed. If you're uploading a single file, you won't see the progress bar.
And if you upload small files or less than three files, the files will probably
complete at about the same time anyway, so the progress bar won't show up.

However, Chrome and other modern browsers offer ways to know how the upload is
progressing, even in traditionally submitted POST-to-iframe uploads. And of
course the FileAPI / chunked method will give us even more info. So we just
need to write a few more lines of code here to get a working progress bar.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to