PowUpload 1.3
UploadedFile�Methods

Home page
Contact support

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

Public Static Methods

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

Public Instance Methods

CloseInputStream Closes the stream created by the InputStream property and releases all resources (such as file handles) associated with the stream.
CopyToOverloaded. Copies an uploaded file to a new file. Overwriting a file of the same name is allowed.
Dispose Forces the release of all resources used by this UploadedFile object : Deletes temporary file held by the object, closes stream created by the InputStream property
GetHashMD5 Returns the MD5 hash for uploaded file body.
SaveAsOverloaded. Moves an uploaded file to a new location, providing the option to specify file name.

Protected Instance Methods

Finalize Executes own Dispose() method to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

See Also

UploadedFile Class | ElementIT.PowUpload Namespace