class ContentFile(File) [source] The ContentFile class inherits from File
file_permissions_mode The file system permissions that the file will receive when it is saved. Defaults to FILE_UPLOA
exists(name) [source] Returns True if a file referenced by the given name already
UploadedFile.read() Read the entire uploaded data from the file. Be careful with this method: if the uploaded file is huge it
class MemoryFileUploadHandler [source] File upload handler to stream uploads into memory
chunks(chunk_size=None) [source] Iterate over the file yielding “chunks” of a given size
path(name) [source] The local filesystem path where the file can be opened using Python’s
TemporaryUploadedFile.temporary_file_path() [source] Returns the full path to the temporary
FileUploadHandler.handle_raw_input(input_data, META, content_length, boundary, encoding) [source] Allows
get_available_name(name, max_length=None) [source] Returns a filename based on the name
Page 5 of 7