Bug 140219 - HTTP form POST (mainly of submitted files) should be monitored (progress bar?)
Summary: HTTP form POST (mainly of submitted files) should be monitored (progress bar?)
Status: RESOLVED DUPLICATE of bug 11037
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-17 23:54 UTC by Damir Perisa
Modified: 2007-03-05 14:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Damir Perisa 2007-01-17 23:54:04 UTC
Version:           3.5.5 (using KDE 3.5.5, Arch Linux)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.19-ARCH

thousands of websites are built so that one can upload a file... using the HTTP POST. 

HTTP form POST requests to server done by konqueror have no indication of progress to the user. the only indication you have that a transfer (sending the request) is going on is that in the toolbar, the kde symbol is turning.

in addition it should be very usefull, to have in the status bar a progress bar that indicates how big the data to be sent is and how much of it is already sent. this way the user will know +/- how much it will take.

no other browser is offering this, as far i know. implementation should not be too difficult, because the amount of data to be sent in the request is known to konqueror.
Comment 1 Damir Perisa 2007-01-17 23:56:02 UTC
one can even think about two progress bars:

one that goes from left to right indicating the status of requests to server

one that goes from right to left indicating the status of replies from servers

so while surfing, it would look like a ping-pong bar 

Comment 2 Tommi Tervo 2007-03-05 14:17:30 UTC

*** This bug has been marked as a duplicate of 11037 ***