We have a bug-reporting system in ubuntu called apport. Apparently
apport uses a python library called urllib. As of now, apport does a
bouncing bar while uploading which doesn't give the user idea as to
how much is being uploaded. Refer https://bugs.launchpad.net/ubuntu/+source/apport/+bug/91521
. I did try to see if this issue has been addressed or not but came
nowhere. It would be nice to know if there are some solutions, or is
there a roadmap where this feature would be integrated in the library.
Looking forward to suggestions, additions, flames & constructive
criticism of the same. Keep up the good work. Cheers!
the generic http browser upload doesn't give you any opportunity to
have a callback so you can update the screen with any progress.
There are some Java solutions available, but IMHO it will take a
major change to browser's http upload implementation to make this
possible.
-Larry
> We have a bug-reporting system in ubuntu called apport. Apparently
> apport uses a python library called urllib. As of now, apport does a
> bouncing bar while uploading which doesn't give the user idea as to
> how much is being uploaded.
Here is a Python project that has implemented an upload progress bar:
http://www.opensky.ca/~jdhildeb/software/kodakloader/
Neil