The SoftArtisans.FileUp object is the principal object used for all of SA-FileUp's functions including file upload, file download, and database manipulation. It creates other objects, such as a collection of form elements, or objects representing each uploaded file.
To use any upload or download function in
<% Set upl = Server.CreateObject("SoftArtisans.FileUp") %>
After that, all methods and properties are available to you.
Previous Page | Next Page |