Launchpad has imported 47 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=243468.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2004-05-13T01:52:58+00:00 Mozilla-20-campbeln wrote:

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) 
Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) 
Gecko/20040206 Firefox/0.8

It would be nice to have a "form upload progress bar/display" that contains
Bytes Transferred, Total Bytes, Speed, Est. Time Remaining, etc (something kinda
like the downloads interface I guess).
I encounter this problem when trying to upload large files to my web-based
email. More times then not, I'll return to the tab and forget what I was in the
middle of, figure the site stalled and hit reload. The status bar’s loading
progress bar simply isn't enough (and seems to be based more on time then data
transferred/total data).

Reproducible: Always
Steps to Reproduce:

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/0

------------------------------------------------------------------------
On 2004-05-13T12:34:23+00:00 Jo-hermans wrote:

The progressbar was implemented in bug 24197. Do you want a dialog box instead ?
For large files only ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/1

------------------------------------------------------------------------
On 2004-05-13T12:56:28+00:00 Mozilla-20-campbeln wrote:

(In reply to comment #1)
> The progressbar was implemented in bug 24197. Do you want a dialog box 
> instead ?
> For large files only ?

Just reading over bug 24197... this is basically the same/or a very similar
request. I don't believe I've seen the functionality implemented under bug
24197. And no, I'm not sure a new dialog would necessarily be the best solution.
The download dialog *sometimes* gets in my way as a user, but in general it is a
nice interface (certainly better then that “other” browser ;).

Basically I believe it would be nice to know how much data has been uploaded,
how much is left to upload and about how long it's going to take. Else as a
user, you run into the "barber pole"/"I think the browser has stalled" problems
described in bug 24197. 

Maybe adding this information to the current Download Dialog (essentially making
it a Transfers Dialog) would be a good idea?! Else having this or similar
information displayed in the status bar might work?


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/2

------------------------------------------------------------------------
On 2004-05-13T13:01:44+00:00 Mozilla-20-campbeln wrote:

(In reply to comment #1)
> The progressbar was implemented in bug 24197. Do you want a dialog box 
> instead ?
> For large files only ?

Almost forgot... any implemented interface should have a startup pause (like the
Download Dialog does). That is, any upload transfer information should wait 'x'
seconds before displaying, so that any small uploads/form submissions are not
encumbered by any additional interface. So not necessarily an interface just for
large files, but for uploads that take more then 'x' seconds to complete.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/3

------------------------------------------------------------------------
On 2004-06-22T19:21:38+00:00 Controllers wrote:

How about adding this info to the status bar? Kinda like bug 88982.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/4

------------------------------------------------------------------------
On 2004-06-22T23:23:12+00:00 Mozilla-20-campbeln wrote:

(In reply to comment #4)
> How about adding this info to the status bar? Kinda like bug 88982.

Yea, but I still think the best location for it would be within the current
"download" dialog (making it a "transfers" dialog). I don't think the status bar
would/could be as verbose (and what happens when you go to another tab?), but
again, it would work.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/5

------------------------------------------------------------------------
On 2004-10-13T20:29:12+00:00 Controllers wrote:

*** Bug 253105 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/6

------------------------------------------------------------------------
On 2004-12-22T03:26:29+00:00 Levik-b wrote:

I don't think mixing uploads in with downloads is a good idea, since the uploads
are generally treated differently:

They're not retryable (without re-submitting the form)
They can sometimes be grouped by multiple files (when a form has more than one
upload field)

Grouping the two will force the user to distinguish them from one
another.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/7

------------------------------------------------------------------------
On 2004-12-23T00:47:35+00:00 Mozilla-20-campbeln wrote:

(In reply to comment #7)
> I don't think mixing uploads in with downloads is a good idea

I definitely see your point on this one, but I believe that creating a second
interface for Uploads is an even worse path to take. "Uploads" would look
visually simular to "Downloads", hence adding to user confusion. Not to mention
the addition of yet another interface and yet another open window. Maybe tabs
could be added to a unified "Transfers" interface, one for "Uploads" and one for
"Downloads"? (and maybe one for both?)

> They're not retryable (without re-submitting the form)

So why not have the option to resubmit the form? If the user closes the window,
the upload drops off the list. Else if the original window has been closed and
the user clicks “Resubmit”, a new tab is opened.

> They can sometimes be grouped by multiple files (when a form has more than one
> upload field)

True, and this fact does make "Uploads" programmatically different from
downloads. But again, why not have a link to "Resubmit the form" in place of
"Retry"? The user is trying to do a single upload transaction, which is
programmatically different from a single file download, but is still a single
unit of work.

> Grouping the two will force the user to distinguish them from one
another.

Again, true but this could be done with a tabbed interface, differentiation of
colors/logos, etc. Again, I think adding yet another interface is a further step
in the wrong direction but you are right that user Upload -vs- Download
confusion has to be a major consideration in the design/redesign of the 
interface.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/8

------------------------------------------------------------------------
On 2004-12-23T01:12:51+00:00 Levik-b wrote:

Nick, re-submitting the form is never a good idea because you can never fully
predict all the side effects, much less make the user aware of them. The last
thing you need is for the user to be responsible for (and I'm just thinking of
an extreme example here) duplicate charges for printing of a photo they 
uploaded.

Removing uploads when the form window is closed is yet another way in which they
will be different from other file transfers in the list.

The thing is that these HTTP uploads are part of a form submission, which will
result in a page being rendered in a particular window. Most users are more or
less aware of this. Therefore, they will periodically check up on the window in
question to see if the files are done uploading or not.

Therefore, I believe that giving the information about the status of a file
upload in the statusbar of a window is actually not that bad an idea. A simple
string like [Sending data: 43% (430Kb of 1Mb)... ETA: 2 minutes] will do the job
quite nicely. It can also provide a nice "hook" for extention authors to modify
this functionality (for example by adding a search-bar-like progress bar which
would be more explicit).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/9

------------------------------------------------------------------------
On 2007-12-22T06:54:28+00:00 Aaronclawrence wrote:

Hm, not much activity here.

I think the lack of visible progress for uploads is a real usability
problem. The tiny progress bar (which might not be working at the
moment...) is not enough for such an important operating as uploading a
file, and doesn't give you any idea of the estimated time or how much
actual data has been or will be transferred.

My suggestion would be a small non-modal frame of some kind that appears
in the centre of the window, or perhaps right over top of the file
browser controls in question, and shows all the usual progress details.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/10

------------------------------------------------------------------------
On 2008-05-07T14:13:52+00:00 Aaronclawrence wrote:

Indeed, upload progress has been broken for 4 years: see bug 249338

lev said:
"which will result in a page being rendered in a particular window. Most users 
are more or less aware of this."

I doubt this. Power/technical users are, but average users without
vigorous prompting will assume that the web page is broken and either
give up or click back and start again. Eventually, they may learn
through painful experience.

Even power users can easily forget that a page which is apparently
stalled is actually uploading; there is not much to remind you of it.

Would anyone be happy if file downloads had no feedback other than the
tiny throbber animation? If not then why should upload be any different?


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/11

------------------------------------------------------------------------
On 2008-05-07T14:43:25+00:00 Aaronclawrence wrote:

This is essentially a dupe of bug 97412 "upload manager" ... logged in
2001.

I suggest we dupe and transfer our votes there ... comments?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/12

------------------------------------------------------------------------
On 2008-05-08T03:09:58+00:00 Mozilla-20-campbeln wrote:

After reading bug 97412 I can agree that this is essentially a dup and
would be best suited to be integrated that way. The only caveat I have
to this is to integrate the discussion from above therein (as there's
been some nice to'ing and fro'ing regarding the implementation that I
think is useful).

Is there any forward progress on this feature request? As you can see
above there has been some debate both pro and con. Are we gonna get
upload progress anytime soon?

Thanks all, I'll miss the email updates!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/13

------------------------------------------------------------------------
On 2008-05-08T05:15:44+00:00 Aaronclawrence wrote:

Actually, there is more discussion here than in bug 97412. I think it might be 
better to 
1. dupe 97412 to this one *
2. change the title on this one to "Form upload manager and progress" or 
similar.

* According to 
http://www.mozilla.org/quality/help/screening-duplicates.html
"all things being equal, newer bugs should be made DUPLICATES of older bugs"
but also 
"the bug reports that have less detail and work should be made duplicate of the 
bug reports that are further along"

So given that the discussion here is useful, I think thats the right way
to go. Comments?


Thoughts?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/14

------------------------------------------------------------------------
On 2008-05-08T07:37:57+00:00 Mozilla-20-campbeln wrote:

I'm happy with that (I'll still get my reaffirmation from the emails =)
and I agree that this discussion is more verbose. Is there anything you
need me to do, admin. of bugs wise to accomplish this (title change,
etc)?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/15

------------------------------------------------------------------------
On 2008-05-08T09:27:59+00:00 Aaronclawrence wrote:

*** Bug 97412 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/16

------------------------------------------------------------------------
On 2008-05-08T09:32:53+00:00 Aaronclawrence wrote:

Some comments from bug 97412:

xy...@dataphile.org > Sometimes uploads take a long time too, and the
limited feedback may make the user want to abort the transfer.  A
similar UI to the download manager could be adopted, or this could
potentially be integrated into it....

Craig Nicol > ... it would allow me to cancel uploads if the upload is
slow, with the intention of retrying the upload again at a later date...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/17

------------------------------------------------------------------------
On 2008-05-08T10:00:20+00:00 Aaronclawrence wrote:

Hrm, this should be both for Firefox AND the suite.
But, I'm guessing we should do Firefox first. Yes?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/18

------------------------------------------------------------------------
On 2008-05-08T14:47:44+00:00 2-eric-0 wrote:

I agree that combining this with the download dialog would be too
confusing and too much UI.

I agree with Aaron Lawrence that a tidy progress bar and upload info
(transfer rate, % transfered, etc.) could be placed right where the file
picker widget is on the screen.

If multiple files are being uploaded then the progress of each file
would be conveyed on top of the associated file picker (if possible). If
you canceled before completion then progress bars would go away leaving
the file picker widgets.

As a web developer I have spent a decent amount of time implementing
file upload progress bars via various method (polling the server, client
side technologies such as flash, etc.). It would be nice if the browser
supported this natively.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/19

------------------------------------------------------------------------
On 2008-05-09T13:14:32+00:00 Aaronclawrence wrote:

Changing to Firefox as first priority...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/20

------------------------------------------------------------------------
On 2008-05-09T13:17:53+00:00 Aaronclawrence wrote:

Sorry for the spam ... changing platform and OS to all

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/21

------------------------------------------------------------------------
On 2008-06-12T15:13:25+00:00 Timwi wrote:

I quite strongly disagree with the idea of making it a "dialog", or any
other kind of separate window. That would be confusing to most non-
technical users and probably cause navigability problems even for
experienced users.

Personally I think it should be a toolbar on the bottom, similar to the
QuickFind toolbar. It should contain all the information (transfer
speed, ETA, etc.) and a cancel button as the only operable UI element
(it's redundant because there's already a "standard" cancel button, but
it's better to have it nonetheless because it is very relevant to the
information displayed).

This toolbar would disappear when you switch to another tab and reappear
when you switch back (if the transfer is still ongoing).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/22

------------------------------------------------------------------------
On 2008-06-13T13:25:09+00:00 Aaronclawrence wrote:

Yes a separate dialog seems like a bad idea, seeing as it is directly
related to the page. I've taken the word dialog out of the description.

Some kind of panel toolbar on the page itself.

However, it's important to note that it should be quite visible, not
buried in a small area out of normal line of sight. After all you
specifically DO NOT want people interacting with the web page while the
upload continues.

Something like greying out the content and showing progress details in a
frame in the centre of the page.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/23

------------------------------------------------------------------------
On 2008-06-27T10:11:19+00:00 Gervase Markham wrote:

Now that it's no longer possible to type into the file upload "text
box", it seems like the obvious place for a progress meter because it's
rectangular.

[   3MB of 10.4MB (30%)   ] [Upload File]

You could change the background color like Safari does to implement a
progress bar.

Of course, this doesn't help if a new page loads, but isn't there a way
to trigger form submission without doing that?

Gerv


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/24

------------------------------------------------------------------------
On 2008-07-01T14:19:50+00:00 Aaronclawrence wrote:

Yes, it makes some sense, however;
1) where would you indicate overall progress for multiple files
2) I don't imagine there is space to display all the information you would 
want, such as current speed.

Of course we now also have the issue of all the hacks that people have
implemented to get around the lack of upload feedback - iframes and
javascript submissions ...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/25

------------------------------------------------------------------------
On 2008-10-17T17:03:56+00:00 P-bot-t wrote:

Created attachment 343568
Suggested layout for upload status

Here's a concept I had for the layout of an upload progress bar. The idea here 
is to keep it simple and unobtrusive while providing some useful information to 
the user. Some notes on this concept:
- There is only ever one (1) upload progress for each tab
- Would be on a timer as someone had mentioned before so that it's only seen 
for larger uploads
- The cancel button on the bar is just a shortcut to the browser "Stop" button 
but with a confirmation prompt
- Multi-file uploads are combined into this as a "Summary" progress bar.
- It's anchored to the bottom left of the viewport above the status bar

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/26

------------------------------------------------------------------------
On 2008-10-18T09:20:17+00:00 Aaronclawrence wrote:

Created attachment 343694
Alternative Firefox upload display, centred

Looks really nice, but I do feel it should be more visible/noticeable,
because it is is so important that users don't interrupt it.

Heres my conception. The whole page is greyed out and a frame is shown
in the middle.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/27

------------------------------------------------------------------------
On 2008-10-18T12:55:35+00:00 Mozilla-20-campbeln wrote:

#27:
I can't say I disagree, but as a previous poster said we have to consider the 
"workarounds" that have been employed (ajax or otherwise) to sidestep/alleviate 
this issue up til now. A screen level graying could interfere with these 
workarounds. I like the suggestion in #26, but I agree with your concerns as 
well. Anyone have a solution that fits both (my ideas are well detailed in the 
previous comments)?

#26:
Agree and like the idea, as long as the "summary" includes the number of files 
as well as KB size (else it could be confusing to the user).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/28

------------------------------------------------------------------------
On 2008-10-18T14:14:49+00:00 Roger-myjunk wrote:

#27:
I would say this would be preferable for most sites. A small progress bar in 
the lower left corner is very easy to miss.

However, something would have to be done about the sites that use ajax
workarounds. Would there be some way to detect if a site uses a
workaround and not display this?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/29

------------------------------------------------------------------------
On 2008-10-18T16:46:58+00:00 Aragon Gouveia wrote:

#27:
Looks nice, but if that is what gets chosen it poses a question: why don't all 
form submissions look like that?  If file upload form submissions cause the 
browser window to shroud like that then all form submissions should do it too.

#26:
I like this, but perhaps it should be at the top of the browser window and 
behave like the "password remember" prompt does (full width).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/30

------------------------------------------------------------------------
On 2008-10-19T00:18:27+00:00 Aaronclawrence wrote:

OK lets be a bit more specific. As I see it, all the information on #27
attachment is needed; besides the progress, it also needs to say how
many MB are involved. I copied this data from the downloads manager.
Theres no reason for it to be different as a lot of thought has already
gone into the download manager.

Secondly, the little red X is usually a "close this panel" rather than a
cancel. In this case I think it needs explicit text.

Perhaps in the future it wil not be necessary, but I also think its
important to have some TEXT saying what is happening, reminding that
files are being uploaded. Otherwise its easy enough to forget WHY it is
taking so long.

So, I'm not especially attached to the greying out, but there needs to
be more information than comment 26 suggests, and it needs to be more
noticeable.

Perhaps a larger dropdown panel from the top would be appropriate?
In firefox potentially important things dropdown from the top, not from the 
bottom.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/31

------------------------------------------------------------------------
On 2008-10-19T10:25:10+00:00 Timwi wrote:

I would like to bring up the issue of frames. It is theoretically
possible to have more than one concurrent file upload in the same tab by
having a framed website. Of course that would be a rather rare case;
nonetheless, I think it would make sense to attach the upload progress
bar to the frame rather than to the tab. The approach in Comment 26 is
more suited for this.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/32

------------------------------------------------------------------------
On 2008-10-19T23:28:22+00:00 Aaronclawrence wrote:

Well that's a point. Still I think it should be at the top of the frame
where it will be noticed, and larger to have all the necessary
information.

I would imagine that attaching any kind of toolbar/panel to a particular
frame is probably difficult or impossible because it will be "inside"
the (non secure) content.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/33

------------------------------------------------------------------------
On 2008-10-19T23:45:17+00:00 Bugs-bmo wrote:

It is common to use frames, or rather iframes, that have no width/height
and submit forms into them.  This would really cause problems for that
sort of interface, wouldn't it?

Any interface on a tab needs to be an aggregate of all its content,
really.  That's the only way that makes sense.

It's true that for uploads, you shouldn't navigate away... but this
problem (obviously one the browser should handle) has been around too
long and too many other browsers lack the right features.  I would be
wary of making Firefox too different from other browsers here, because
it would only make things more of a problem for developers.

In other words, comment #27 is imho a horrible idea unless IE and Safari
have the same thing.  Otherwise, it's going to be very difficult to make
things clear across the board in documentation/etc.

Also, should note that many people were solving this problem using Flash
to upload.  Flash Player 10 now has security features to prevent such a
thing.

Personally, I would most prefer upload progress events to be exposed to
JavaScript, and let the site handle it as it wants to (interface from
comment 26, 27, or a better one for that site.)  Maybe a default
implementation if the event was unhandled by JavaScript, but this allows
everyone to have an interface that is perfect for their site.

-[Unknown]

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/34

------------------------------------------------------------------------
On 2008-10-23T10:50:59+00:00 Aaronclawrence wrote:

"This would really cause problems for that sort of interface, wouldn't it?"
Which sort of interface? Greying out the page? I agree, forget that idea. 
Actually this would be better done with a reminder prompt 

"your files are still uploading, this will be stopped if you leave the
page; are you sure you want to leave?"

A standard toolbar that appears at top or bottom, and is large enough to
a) be noticed and b) contain all the useful information, as per download
manager, will be fine.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/35

------------------------------------------------------------------------
On 2008-11-22T23:26:59+00:00 Aryeh Gregor wrote:

Would these be a good feature to consider for blocking/wanted 1.9.2?
I'm not aware of any other browser that shows upload progress.  It would
be a good opportunity for Firefox to be the first to get this nice extra
bit of polish, especially if it's not too much work.  (I imagine that
figuring out what interface is wanted would be harder than coding it.)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/36

------------------------------------------------------------------------
On 2008-12-22T08:03:39+00:00 Aaronclawrence wrote:

Amusingly, Adobe has just recently broken most of the Flash upload
applets in v10 by preventing programmers from doing the upload dialog
programmatically.

Once again, I think a good upload UI should be part of the browser.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/37

------------------------------------------------------------------------
On 2010-02-11T11:48:30+00:00 N-t-koopman wrote:

This bug needs some love.

I agree with the proposal in comment 27. While uploading a tab should
block until all uploads are complete, a transfer error occurs, or it's
*explicitly* cancelled by the user. This means that Firefox should warn
if the user tries to navigate to a different location.

It should not matter if there are multiple frames or some custom upload
indicator. In the latter case the user will have two indicators,
although the custom one might be hidden by Firefox's indicator.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/38

------------------------------------------------------------------------
On 2010-02-23T22:48:00+00:00 Jose-fandos wrote:

Created attachment 428541
How Chrome shows the upload progress (bottom left corner of the browser window)

Attached screenshot of how Chrome (5.0.307.9 beta Mac OS X) shows upload
progress. This is the same be it one or five files. Just the percentage.
That's already an improvement over the default behavior of FF.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/39

------------------------------------------------------------------------
On 2010-04-26T22:22:31+00:00 Marius Hudea wrote:

I've been reading all the comments and I feel I should add my two cents:

1. Submitting a form should NEVER gray out the window or make it in any way 
unusable as shown in an attachment.
Youtube and lots of sites allow users to select a file, submit it and while it 
is uploaded, user can edit title, description and other things.

Disabling the whole website while something is uploaded is also bad from
advertising point of view: some websites have ads and they say something
like this "Feel free to visit our sponsors while your files are
uploaded. Ads open in new windows by default". Graying out the whole
window would change these classic behaviors.

2. The panel/window/whatever should keep in mind that there may be
multiple files uploaded.

If user uploads several files on a poor connection and the server does
something to uploaded files even if he loses connection, then he may be
interested to know where the site timed out so that he doesn't upload
the files again.

3. Dialog should be flexible enough to show the text and relevant
information in other languages.

I'll upload an example of some kind of toolbar that should appear at the
bottom of the page, or perhaps instead of the file dialog (granted it's
a big high vertically)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/40

------------------------------------------------------------------------
On 2010-04-26T22:24:47+00:00 Marius Hudea wrote:

Created attachment 441625
example of some kind of toolbar to show upload progress

Example of toolbar to show upload progress.
Maybe to use after submitting form instead of the file dialog (but what if 
there's more than one?) or pops up at bottom of the page after submitting 
form...

Designed in Visual Basic - ignore the window, consider just the client
area (the gray stuff)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/41

------------------------------------------------------------------------
On 2010-07-29T13:55:11+00:00 Bugzilla-mozilla-1 wrote:

Why isn't this implemented yet?

I like the https://bugzilla.mozilla.org/attachment.cgi?id=343568 as status 
indicator.
Something like: 
http://blog.mozilla.com/faaborg/2007/03/06/would-you-like-to-redesign-notification-in-firefox-yes-not-now-never/
 could be used also.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/42

------------------------------------------------------------------------
On 2011-02-24T21:23:49+00:00 Aaronclawrence wrote:

Well, this addon pretty much nails it.
https://addons.mozilla.org/en-US/firefox/addon/uploadprogress/

Now just roll this into FF and we're done.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/43

------------------------------------------------------------------------
On 2015-07-12T20:50:29+00:00 Djfe wrote:

I'm wondering as well, why this hasn't found it's way into Firefox, yet.

Just because there are ways to display the upload progress using js
already? (xmlhttprequest)

I would really appreciate a UI for this

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/45

------------------------------------------------------------------------
On 2016-11-19T08:59:32+00:00 yfdyh000 wrote:

*** Bug 1254160 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/48

------------------------------------------------------------------------
On 2020-10-13T14:58:34+00:00 Soy-jmi2k wrote:

Now that the addon previously mentioned doesn't work anymore, this could
be revisited. Chrome already supports it (and it always have done
AFAIK), so it must be technically feasible. Also, it would be a little
quality-of-life improvement for those who use and implement web services
without JavaScript.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/49


** Changed in: firefox
       Status: Unknown => Confirmed

** Changed in: firefox
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1472614

Title:
  Upload progress bar - feature request

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1472614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to