UploadedFile.chunks(chunk_size=None) A generator returning chunks of the file. If multiple_chunks() is True
FileUploadHandler.file_complete(file_size) [source] Called when a file has finished uploading
height Height of the image in pixels.
File.save(name, content, save=True) Saves a new file with the file name and contents provided. This will not replace the existing
class InMemoryUploadedFile [source] A file uploaded into memory (i.e. stream-to-memory).
get_accessed_time(name) [source] New in Django
created_time(name) [source] Returns a naive datetime object containing the creation
size The size of the file in bytes.
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
Page 3 of 7