How to send a "multipart/form-data" with requests in python? How to send a file, I understand, but how to send the form data by this method can not understand.
|
Basically, if you specify a
and on http://requestb.in/xucj9exu?inspect I have:
If you specify both |
|||||||
|
|
You can specify both the As far as I can tell, the library will allow you to set the content-type http header to "multipart/form-data" explicitly, but if you do not pass the I do not know enough of the HTTP protocol to say if this will make a difference. |
||||
|
filesparameter is used to do both is a very bad API. I raised issue titled Sending multipart data - we need better API to fix this. If you agree that usingfilesparameter to send mulitpart data is misleading at best please ask to change the API in the above issue. – Piotr Dobrogost Nov 10 '12 at 19:56