url(name) [source] Returns the URL where the contents of the file referenced by name
FileUploadHandler.chunk_size Size, in bytes, of the “chunks” Django should store into memory and feed into the handler. That
get_accessed_time(name) [source] New in Django
FileUploadHandler.new_file(field_name, file_name, content_type, content_length, charset, content_type_extra) [source]
accessed_time(name) [source] Returns a naive datetime object containing the
class InMemoryUploadedFile [source] A file uploaded into memory (i.e. stream-to-memory).
generate_filename(filename) [source] New in Django
write(content) Writes the specified content string to the file. Depending on the storage system behind the scenes, this content
UploadedFile.content_type The content-type header uploaded with the file (e.g. text/plain or
File.save(name, content, save=True) Saves a new file with the file name and contents provided. This will not replace the existing
Page 3 of 7