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.Name

Relevant Chapters: 2


Value As String (Read-only)

Returns the value of the input control on your form.

Usage:
Response.Write Item.Value

Relevant Chapters: 2

Methods

This object has no public methods.