exists(name) [source] Returns True if a file referenced by the given name already
file_permissions_mode The file system permissions that the file will receive when it is saved. Defaults to FILE_UPLOA
directory_permissions_mode The file system permissions that the directory will receive when it is saved. Defaults to
__iter__() [source] Iterate over the file yielding one line at a time.
modified_time(name) [source] Returns a naive datetime object containing the
get_storage_class(import_path=None) [source] Returns a class or module which implements the
FileUploadHandler.upload_complete() [source] Callback signaling that the entire upload (all
read(num_bytes=None) Read content from the file. The optional size is the number of bytes to read; if not specified
save(name, content, max_length=None) [source] Saves a new file using the storage system,
name The name of the file including the relative path from MEDIA_ROOT.
Page 6 of 7