How Can I create below multi-part form data request by uploading file in Python?
------WebKitFormBoundaryKVAJlF8rFOTxL7jq
Content-Disposition: form-data; name="file"; filename="txtresume.txt"
Content-Type: text/plain
------WebKitFormBoundaryKVAJlF8rFOTxL7jq--
also how can i post this request in python