core.files.uploadedfile.UploadedFile.content_type_extra

UploadedFile.content_type_extra A dictionary containing extra parameters passed to the content-type header. This

2016-10-09 18:34:49
core.files.uploadedfile.UploadedFile.multiple_chunks()

UploadedFile.multiple_chunks(chunk_size=None) Returns True if the uploaded file is big enough to require reading

2016-10-09 18:34:50
core.files.uploadedfile.UploadedFile.charset

UploadedFile.charset For text/* content-types, the character set (i.e. utf8) supplied

2016-10-09 18:34:49
core.files.uploadedfile.InMemoryUploadedFile

class InMemoryUploadedFile [source] A file uploaded into memory (i.e. stream-to-memory).

2016-10-09 18:34:49
core.files.uploadedfile.UploadedFile.content_type

UploadedFile.content_type The content-type header uploaded with the file (e.g. text/plain or

2016-10-09 18:34:49
core.files.uploadedfile.TemporaryUploadedFile

class TemporaryUploadedFile [source] A file uploaded to a temporary location (i.e. stream-to-disk)

2016-10-09 18:34:49
core.files.uploadhandler.FileUploadHandler.file_complete()

FileUploadHandler.file_complete(file_size) [source] Called when a file has finished uploading

2016-10-09 18:34:51
core.files.uploadhandler.TemporaryFileUploadHandler

class TemporaryFileUploadHandler [source] Upload handler that streams data into a temporary

2016-10-09 18:34:52
core.files.uploadhandler.FileUploadHandler.chunk_size

FileUploadHandler.chunk_size Size, in bytes, of the “chunks” Django should store into memory and feed into the handler. That

2016-10-09 18:34:51
core.files.uploadedfile.UploadedFile.size

UploadedFile.size The size, in bytes, of the uploaded file.

2016-10-09 18:34:50