Skip to content

Request for django support: accept for django.core.files.InMemoryUploadedFile #1

Description

@RubenGarcia

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions