Hi, Is it possible to upload a file using the POST method of the resources? Something like: ``` python myapi.myresource.post(params={'foo': 1}, data=open('bar.raw', 'r').read()) ``` Thank you.