ASPPowUpload 1.0 control documentation

UploadedFile overview

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 (without 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.

Public Static Methods

GetSafeName Returns the safe file name and extension of the specified path string.

Public Instance Methods

CopyToOverloaded. Copies an uploaded file to a new file. Overwriting a file of the same name is allowed.
SaveAsOverloaded. Moves an uploaded file to a new location, providing the option to specify file name.