I\'m trying to POST a file to Jenkins from Python, via multipart/form-data. The request body looks like this:
--===============1849003312== Content-Type: applica
I believe the Content-Disposition: file; should be replaced with Content-Disposition: attachment;. The source code of FileUploadBase does not mention "file", and RFC 2183 does not list "file" as a value for content-disposition.
Content-Disposition: file;
Content-Disposition: attachment;