I can send files with python\'s requests module simply enough with:
requests.post(url,files = {\'filename.png\':image_bytes})
However, files isn\'t an argument