Http client to POST using multipart/form-data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bruno Dilly

    #1

    Http client to POST using multipart/form-data

    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 that?

    Thanks,

    Bruno
Working...