Class: SoftArtisans.FileUp
Method: Flush (no parameters)
Description: This method flushes the entire input HTTP Post input stream.
Use this method if you explicitly want to empty the entire input stream without performing any saves at all.
Here is a scenario where this method is very useful:
Use the Flush method during error handling to ensure that the entire input stream is cleared.
If you invoke any Save method (SaveAs, SaveAsBlob, SaveBinaryAs), then the entire input stream will be cleared anyway.
It is never harmful to invoke the Flush method.