Open daurnimator opened 8 years ago
also requested by @ner0x652 for https://www.virustotal.com/de/documentation/public-api/
Worth looking at the python requests api for this: http://docs.python-requests.org/en/master/user/quickstart/#post-a-multipart-encoded-file
Or their advanced streaming api: https://toolbelt.readthedocs.io/en/latest/uploading-data.html#streaming-multipart-data-encoder
Browsers now have FormData API that could be copied as well.
As requested by @fur-q