The fields of the UploadedFile class are listed below. For a complete list of UploadedFile class members, see the UploadedFile Members topic.
ContentType | The MIME content type sent by the browser. |
ControlUniqueID | The UniqueID of the control used to upload the file. |
FileName | The filename sent by the browser, without any path. |
TmpFile | If the file is stored on disk, the corresponding FileInfo object. |