| Object: | SoftArtisans.FileUp |
| Syntax: | 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. The following scenario illustrates the usefulness of this method:
If you invoke any Save method (Save, SaveAs, SaveAsBlob, SaveBinaryAs), then the entire input stream will be cleared anyway. It is never harmful to invoke the Flush method. |
| Previous Page | Next Page |