I\'m fairly new to python, so I apologize in advance if this is something simple I\'m missing. I\'m trying to post data to a multipart form in python. The script runs, but i
Try using the requests library. Docs on posting multipart file are here: http://docs.python-requests.org/en/latest/user/quickstart/#post-a-multipart-encoded-file