ASPPowUpload 1.0 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.
ExtensionGets the file name extension (including the ".")
FieldNameGets the field name of the file uploaded.
SafeFileNameGets a safe file name with an extension.
TempFileNameGets the path to the temporary file associated with the file uploaded.