FormItem Object
Overview
A FormItem object resides in the UploadManager.Form collection and
represents a non-file form item in the POST form used for uploading.
Member List
Properties
Name As String (Read-only)
Returns the NAME attribute of this item's input control.
Usage:Response.Write Item.NameRelevant Chapters: 2
Value As String (Read-only)
Returns the value of the input control on your form.
Usage:Response.Write Item.ValueRelevant Chapters: 2