Skip to content

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

@RubenGarcia

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?

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