class FileSystemStorage(location=None, base_url=None, file_permissions_mode=None, directory_permissions_mode=None) [source]
FileUploadHandler.receive_data_chunk(raw_data, start) [source] Receives a “chunk” of data
get_available_name(name, max_length=None) [source] Returns a filename based on the name
class MemoryFileUploadHandler [source] File upload handler to stream uploads into memory
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
chunks(chunk_size=None) [source] Iterate over the file yielding “chunks” of a given size
UploadedFile.read() Read the entire uploaded data from the file. Be careful with this method: if the uploaded file is huge it
class Storage [source] The Storage class provides a standardized API for storing
path(name) [source] The local filesystem path where the file can be opened using Python’s
Page 5 of 7