UploadedFile.Dispose Method
Disposes of any temporary resources (e.g. temp files) used by this object.
public abstract
void Dispose();
Implements
IDisposable.Dispose
Remarks
If MoveTo was not called, then when this method returns, no remnants of the file should remain.
See Also
UploadedFile Class | Brettle.Web.NeatUpload Namespace