class documentation

class TemporaryUploadedFile(UploadedFile): (source)

View In Hierarchy

A file uploaded to a temporary location (i.e. stream-to-disk).

Method __init__ Undocumented
Method close Undocumented
Method temporary_file_path Return the full path of this file.

Inherited from UploadedFile:

Method __repr__ Undocumented
Class Variable name Undocumented
Instance Variable charset Undocumented
Instance Variable content_type Undocumented
Instance Variable content_type_extra Undocumented
Instance Variable size Undocumented
Method _get_name Undocumented
Method _set_name Undocumented
Instance Variable _name Undocumented
def __init__(self, name, content_type, size, charset, content_type_extra=None): (source)
def close(self): (source)

Undocumented

def temporary_file_path(self): (source)

Return the full path of this file.