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
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.
UploadedFile Class | ElementIT.PowUpload Namespace