views:

235

answers:

2

Hi,

Im making a small python script to upload files on the net. The script is working correctly, and now i want to add a simple progress bar that indicates the amount of uploading left. my question is -how do i get the upload status information from the server where im uploading the file, assuming it is possible...im using curl and pycurl to make the http requests in python. Any help will be much appreciated, Thanks!!

+2  A: 

Check out the documentation here: http://pycurl.sourceforge.net/doc/callbacks.html for callbacks. Best of luck!

Andy Mikula
A: 

it was very helpful..thanks!!

Pranav