core.files.storage.Storage.path()
  • References/Python/Django/API/File handling/File storage API

path(name) [source] The local filesystem path where the file can be opened using Python’s

2025-01-10 15:47:30
core.files.uploadedfile.TemporaryUploadedFile.temporary_file_path()
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

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

2025-01-10 15:47:30
core.files.uploadhandler.FileUploadHandler.handle_raw_input()
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

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

2025-01-10 15:47:30
core.files.storage.DefaultStorage
  • References/Python/Django/API/File handling/File storage API

class DefaultStorage [source] DefaultStorage provides lazy access to the current

2025-01-10 15:47:30
core.files.File.open()
  • References/Python/Django/API/File handling/The File object

open(mode=None) [source] Open or reopen the file (which also does File.seek(0))

2025-01-10 15:47:30
core.files.storage.Storage.save()
  • References/Python/Django/API/File handling/File storage API

save(name, content, max_length=None) [source] Saves a new file using the storage system,

2025-01-10 15:47:30
core.files.File.
  • References/Python/Django/API/File handling/The File object

__iter__() [source] Iterate over the file yielding one line at a time.

2025-01-10 15:47:30
core.files.storage.get_storage_class()
  • References/Python/Django/API/File handling/File storage API

get_storage_class(import_path=None) [source] Returns a class or module which implements the

2025-01-10 15:47:30
core.files.storage.Storage.modified_time()
  • References/Python/Django/API/File handling/File storage API

modified_time(name) [source] Returns a naive datetime object containing the

2025-01-10 15:47:30
core.files.storage.Storage.get_created_time()
  • References/Python/Django/API/File handling/File storage API

get_created_time(name) [source] New in Django

2025-01-10 15:47:30