Class: SoftArtisans.FileUp
Property: Item
Input: String
Output: Member of UploadDictionary
Read/Write
Description: This is a shortened notation which is 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.Form("key").
Similiarly with SA-FileUp, upl("key") is equivalent to upl.Form("key"). It is the Item property that allows this to occur.