Hey list, I was thinking to do a multipart file upload were every part has some custom, application-specific headers in addition to Content-Type and Content-Length.
libcurl provides this option via curl_formadd CURLFORM_CONTENTHEADER. pycurl doesn't seem to provide any way to do say, except perhaps building the whole post request by hand. oh, pycurl.FORM_STREAM/READFUNCTION support would be great too! thanks, d. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
