class documentation

class TemporaryUploadedFile(UploadedFile):

View In Hierarchy

A file uploaded to a temporary location (i.e. stream-to-disk).
Method temporary​_file​_path Return the full path of this file.
Method __init__ Undocumented
Method close Undocumented

Inherited from UploadedFile:

Class Variable name Undocumented
Instance Variable charset Undocumented
Instance Variable content​_type Undocumented
Instance Variable content​_type​_extra Undocumented
Instance Variable size Undocumented
Method __repr__ Undocumented
Method ​_get​_name Undocumented
Method ​_set​_name Undocumented
Instance Variable ​_name Undocumented
def temporary_file_path(self):
Return the full path of this file.
def __init__(self, name, content_type, size, charset, content_type_extra=None):
def close(self):

Undocumented