[Python-talk] Generating form data multipart MIME for httplib,

Bill Freeman f at ke1g.mv.com
Thu Apr 27 15:28:38 EDT 2006


> Christopher Schmidt wrote:
> You aren't the first one to want such a thing and find Python lacking --
> I ran into the same problem, and looking at code from someone else
> (specifically for posting to flickr), he ended up with the same solution
> I did: do it yourself.
> 
> The code in question is flickrUp.py -- don't know if it's available
> anymore, but I found it in http://crschmidt.net/tmp/flickrUp.py ,
> encode_multipart_formdata.

Thanks.  I have snagged it to look at.  I've got a good start on my
own by now, so I probably won't use it, but it may keep me from
reinventing some mistakes.

Bill




More information about the Python-talk mailing list