Django sends files to the view as InMemoryUploadedFile (or ('UploadedFile', 'TemporaryUploadedFile',
'SimpleUploadedFile'). These are not base64 encoded and it seems wasteful to base64 encode them prior to sending to python-resumable.
Can support for these be added?