The SoftArtisans.SAFile object represents a single uploaded file. It contains various methods and properties that let you manipulate the upload.
An instance of the SAFile object is typically automatically created by the principal SoftArtisans.FileUp object when an upload is in progress.
If desired, you could create an instance of the SAFile object independently so that you can access several of its general-purpose functions, even if there is no upload in progress.
To create an instance of the SAFile object, use the ASP built-in Server.CreateObject function.
<% Set objFile Server.CreateObject("SoftArtisans.SAFile") %>
After that, all methods and properties are available to you.
| Previous Page | Next Page |