UploadedFile.size The size, in bytes, of the uploaded file.
class TemporaryUploadedFile [source] A file uploaded to a temporary location (i.e. stream-to-disk)
UploadedFile.name The name of the uploaded file (e.g. my_file.txt).
class UploadedFile [source] During file uploads, the actual file data is stored in
UploadedFile.read() Read the entire uploaded data from the file. Be careful with this method: if the uploaded file is huge it
FileUploadHandler.receive_data_chunk(raw_data, start) [source] Receives a “chunk” of data
FileUploadHandler.handle_raw_input(input_data, META, content_length, boundary, encoding) [source] Allows
TemporaryUploadedFile.temporary_file_path() [source] Returns the full path to the temporary
class MemoryFileUploadHandler [source] File upload handler to stream uploads into memory
FileUploadHandler.upload_complete() [source] Callback signaling that the entire upload (all
Page 2 of 3