views:

36

answers:

1

Can u please help me in python snippet to send a file over http using POST method. My file is in local drive.

Thanks Anand

A: 

Look here: http://stackoverflow.com/questions/680305/using-multipartposthandler-to-post-form-data-with-python

Rafael SDM Sierra
Thanks Guys .. I got it :)