PowUpload 1.3 control documentation

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

public void Dispose();

Remarks

You aren't obliged to call this method. NET framework calls it by the Garbage Collector once the UploadedFile object goes out of scope. Do call this method to immediatly release all resources occupied by the object.

See Also

UploadedFile Class | ElementIT.PowUpload Namespace