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 (without 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. |
![]() GetSafeName | Returns the safe file name and extension of the specified path string. |
CopyTo | Overloaded. Copies an uploaded file to a new file. Overwriting a file of the same name is allowed. |
SaveAs | Overloaded. Moves an uploaded file to a new location, providing the option to specify file name. |