I'll use the recipe here:
ASPN : Python Cookbook : Http client to POST using multipart/form-data
Mark Pilgrim's put-it-all-together gets us to using urllib2:
11.9. Putting it all together
I'll use the recipe here:
ASPN : Python Cookbook : Http client to POST using multipart/form-data
Mark Pilgrim's put-it-all-together gets us to using urllib2:
11.9. Putting it all together