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. |
CustomData | Property of any type allows to store custom data between progress bar calls or between progress bar and final file processings script. |
Extension | Gets the file name extension (including the ".") |
FieldName | Gets the field name of the file uploaded. |
FileName | Gets full name of the file on the client's computer. |
ImageHeight | Gets the height of the image in pixels if the file uploaded is an image. |
ImageWidth | Gets the width of the image in pixels if the file uploaded is an image. |
InputStream | Gets a Stream object which points to an uploaded file in a temporary folder to prepare for reading the content of the file. |
IsComplete | |
IsImage | Gets a value that indicates whether the uploaded file is an image or not. |
Rejected | Gets a value that indicates whether the file was rejected or not. |
SafeFileName | Gets a safe file name with an extension. |
TempFileName | Gets the path to the temporary file associated with the file uploaded. |
UploadedFile Class | ElementIT.PowUpload Namespace