Class SimpleUploadedFile
A simple representation of a file, which just has content, size, and a name.
Declaration
source linkDocumentation
Methods
▶ def __init__(self, name, content, content_type='text/plain') override
Class methods
▶ def from_dict(cls, file_dict) @classmethod Create a SimpleUploadedFile object from a dictionary with keys:
@classmethod
def from_dict(
cls,
file_dict,
)
- filename
- content-type
- content