core.files.uploadedfile.UploadedFile.size

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

2016-10-09 18:34:50
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.uploadedfile.UploadedFile.name

UploadedFile.name The name of the uploaded file (e.g. my_file.txt).

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

class UploadedFile [source] During file uploads, the actual file data is stored in

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

UploadedFile.read() Read the entire uploaded data from the file. Be careful with this method: if the uploaded file is huge it

2016-10-09 18:34:50
core.files.uploadhandler.FileUploadHandler.receive_data_chunk()

FileUploadHandler.receive_data_chunk(raw_data, start) [source] Receives a “chunk” of data

2016-10-09 18:34:52
core.files.uploadhandler.FileUploadHandler.handle_raw_input()

FileUploadHandler.handle_raw_input(input_data, META, content_length, boundary, encoding) [source] Allows

2016-10-09 18:34:51
core.files.uploadedfile.TemporaryUploadedFile.temporary_file_path()

TemporaryUploadedFile.temporary_file_path() [source] Returns the full path to the temporary

2016-10-09 18:34:49
core.files.uploadhandler.MemoryFileUploadHandler

class MemoryFileUploadHandler [source] File upload handler to stream uploads into memory

2016-10-09 18:34:52
core.files.uploadhandler.FileUploadHandler.upload_complete()

FileUploadHandler.upload_complete() [source] Callback signaling that the entire upload (all

2016-10-09 18:34:52