Item Property

 Object: SoftArtisans.FileUp
 Syntax: Item
 Type: String or a SA-File object
 Read/Write: Read/Write
 Description: This property is a shortened notation equivalent to Form("key").

This is the default property of FileUp and is used to maintain compatibility with the ASP Request object. In the context of a Post, Request("key") is equivalent to Request.FormEx("key").

Similarly, with SA-FileUp, upl("key") is equivalent to upl.FormEx("key"). It is the Item property that allows this to occur.

 

Previous Page Next Page