Represents an uploaded file.
Instance methods
filename(*args, **options)
Returns the uploaded file name.
Sourcefilename(*args, **options, &)
Returns the uploaded file name.
Sourceio
Returns the File object associated with the corresponding temporary file.
Sourcesize(*args, **options)
Returns the uploaded file size.
Sourcesize(*args, **options, &)
Returns the uploaded file size.
Source