Re: Http client to POST using multipart/form-data

2006-08-18 Thread Gabriel Genellina
At Friday 18/8/2006 03:06, Bruno Dilly wrote: I'm implementing a http client to POST using multipart/form-data. It uses urllib2 module, and files are uploaded correctly. But I need to know how much has been uploaded at a given moment, to inform the user the proportion of the file al

Http client to POST using multipart/form-data

2006-08-17 Thread Bruno Dilly
Hi, I'm implementing a http client to POST using multipart/form-data. It uses urllib2 module, and files are uploaded correctly. But I need to know how much has been uploaded at a given moment, to inform the user the proportion of the file already uploaded. Anybody knows how could I do