Paulino wrote:
> Hello!
> 
> 
> How can I upload a file from python?
> 
> If it is a form to fill with values it's simple:
> 
> 
> urlopen("http://site.com/action?key1=value1;key2=value2";) and I get the 
> form filled.
> 
> 
> What about uploading a file programmaticaly?

This might help:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146306

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to