PowUpload 1.3 control documentation

The properties of the UploadedFile class are listed below. For a complete list of UploadedFile class members, see the UploadedFile Members topic.

Public Instance Properties

ClientFilePathGets full name of the file on the client's computer.
ContentLengthGets the size in bytes of an uploaded file.
ContentTypeGets 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.
ExtensionGets the file name extension (including the ".")
FieldNameGets the field name of the file uploaded.
FileNameGets full name of the file on the client's computer.
ImageHeightGets the height of the image in pixels if the file uploaded is an image.
ImageWidthGets 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.
SafeFileNameGets a safe file name with an extension.
TempFileNameGets the path to the temporary file associated with the file uploaded.

See Also

UploadedFile Class | ElementIT.PowUpload Namespace