The SA-FileUp Principal Object

SoftArtisans.FileUp Reference

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 SA-FileUp, you must first start by creating an instance of the SoftArtisans.SAFileUp object. To do this, you use the ASP built-in Server.CreateObject function.

<% Set upl = Server.CreateObject("SoftArtisans.FileUp") %>

After that, all methods and properties are available to you.

 

Methods

Properties

 

Previous Page Next Page