UploadedFile.content_type_extra A dictionary containing extra parameters passed to the content-type header. This
UploadedFile.charset For text/* content-types, the character set (i.e. utf8) supplied
UploadedFile.multiple_chunks(chunk_size=None) Returns True if the uploaded file is big enough to require reading
class TemporaryUploadedFile [source] A file uploaded to a temporary location (i.e. stream-to-disk)
FileUploadHandler.new_file(field_name, file_name, content_type, content_length, charset, content_type_extra) [source]
class TemporaryFileUploadHandler [source] Upload handler that streams data into a temporary
FileUploadHandler.chunk_size Size, in bytes, of the “chunks” Django should store into memory and feed into the handler. That
class InMemoryUploadedFile [source] A file uploaded into memory (i.e. stream-to-memory).
FileUploadHandler.file_complete(file_size) [source] Called when a file has finished uploading
UploadedFile.content_type The content-type header uploaded with the file (e.g. text/plain or
Page 1 of 3