The properties of the UploadedFile class are listed below. For a complete list of UploadedFile class members, see the UploadedFile Members topic.
ClientFilePath | Gets full name of the file on the client's computer. |
ContentLength | Gets the size in bytes of an uploaded file. |
ContentType | Gets the MIME content type of a file sent by a client. |
Extension | Gets the file name extension (including the ".") |
FieldName | Gets the field name of the file uploaded. |
SafeFileName | Gets a safe file name with an extension. |
TempFileName | Gets the path to the temporary file associated with the file uploaded. |