[Answer]-Uploading file Webservice

1👍

You don’t send files like this. File contents are sent by embedding them inside the request body.

You may be better of by using the beautiful python-request library. Check out the file upload section.

Leave a comment