Closed
Bug 24197
Opened 25 years ago
Closed 22 years ago
RFE Show progress while uploading files (in a form post)
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: marshall, Assigned: darin.moz)
References
Details
Attachments
(1 file)
2.70 KB,
patch
|
dougt
:
review+
rpotts
:
superreview+
|
Details | Diff | Splinter Review |
It would be nice if the browser could display the progress when its uploading a
file. Right now all you get is a barber pole when the browser knows how much
information its sending. I'm thinking about upload forms used on sites such as
geocities to send files.
This might have the side effect of displaying the upload status when using forms
in general, which I don't really thing would be a bad thing.
The reason I ask for this is sometimes people think that the browser has "stuck"
and they hit the reload button - sending the file again (And the server
recieves a useless file).
Updated•25 years ago
|
Assignee: evaughan → don
Component: Progress Window → XPApps
QA Contact: sairuh → paulmac
Comment 1•25 years ago
|
||
This would be something implemented by xpapps. The widget is certainly capable
of it.
Comment 3•25 years ago
|
||
spam: moving qa contact on some bugs from paulmac to sairuh@netscape.com
QA Contact: paulmac → sairuh
Comment 4•25 years ago
|
||
I have the same problem. Also verified on Debian GNU/Linux. Try
http://osiris.978.org/~brianr/ul/ for a demo - there should be a status bar,
since the browser knows how much data
it's uploading but instead there's a useless barber pole that continues to move
even when the
upload is stalled.
Updated•24 years ago
|
Component: XP Apps → XP Apps: GUI Features
Comment 6•24 years ago
|
||
Since Don has left, Vishy is taking his bugs in bulk, pending reassignment.
thanks,
Vishy
Assignee: don → vishy
Comment 7•24 years ago
|
||
Eric: Please un-cc yourself from this one if my cc-ing you is
inappropriate. I just thought you might like to keep an eye on it.
Comment 9•24 years ago
|
||
Scott: Can you meet with me and Eric soon please to talk about the
ways to harmonize this with potential helper application upload, please?
Depends on: 67161
Comment 10•24 years ago
|
||
*** Bug 72187 has been marked as a duplicate of this bug. ***
Comment 11•23 years ago
|
||
*** Bug 97030 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
-> darin, 1.0 to match dup
Assignee: vishy → darin
Target Milestone: --- → mozilla1.0
Comment 13•23 years ago
|
||
*** Bug 100234 has been marked as a duplicate of this bug. ***
Comment 14•23 years ago
|
||
I don't think this depends on progress windows, because it would make more
sense to implement this using the progress bar in the browser window.
No longer depends on: 67161
Summary: Show upload status when sending files → Show progress while uploading files (in a form post)
Assignee | ||
Comment 15•23 years ago
|
||
probably not going to make it for mozilla1.0, though this would be a really nice
feature to have.
Target Milestone: mozilla1.0 → mozilla1.0.1
Updated•23 years ago
|
OS: Windows 98 → All
Hardware: PC → All
Comment 16•23 years ago
|
||
adding self to cc list
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0.1 → ---
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Summary: Show progress while uploading files (in a form post) → RFE Show progress while uploading files (in a form post)
Target Milestone: Future → mozilla1.2beta
Comment 18•22 years ago
|
||
Adding self to CC
Comment 19•22 years ago
|
||
*** Bug 160220 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 20•22 years ago
|
||
Comment 21•22 years ago
|
||
Comment on attachment 98230 [details] [diff] [review]
v1 patch
r=dougt. easy enough.
Attachment #98230 -
Flags: review+
Comment 22•22 years ago
|
||
Attachment #98230 -
Flags: superreview+
Assignee | ||
Updated•22 years ago
|
Keywords: mozilla1.2,
patch
Assignee | ||
Comment 23•22 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Component: XP Apps: GUI Features → Form Submission
QA Contact: sairuh → vladimire
Comment 24•22 years ago
|
||
Verifying on build 2002-09-17-08-trunk on win 2k and 2002-09-17-09-trunk on
linux redHat 7
Status: RESOLVED → VERIFIED
Comment 25•22 years ago
|
||
w00t !
Comment 26•20 years ago
|
||
[This bug reappeared as bug 257975.]
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•