guys! I'm currently working with an API that uses the following cURL line:
curl -vF "files[]=@file.zip" "http://s5.example.com/123"
I'm not interested in using other libraries such as pycurl, because I really only need to convert a line or two. I really appreciate your help!