base_url URL that serves the files stored at this location. Defaults to the value of your MEDIA_URL setting.
size(name) [source] Returns the total size, in bytes, of the file referenced by name
get_accessed_time(name) [source] New in Django
FileUploadHandler.file_complete(file_size) [source] Called when a file has finished uploading
created_time(name) [source] Returns a naive datetime object containing the creation
UploadedFile.content_type The content-type header uploaded with the file (e.g. text/plain or
generate_filename(filename) [source] New in Django
accessed_time(name) [source] Returns a naive datetime object containing the
class TemporaryUploadedFile [source] A file uploaded to a temporary location (i.e. stream-to-disk)
height Height of the image in pixels.
Page 2 of 7