|
|
|
|
|
A FormItem object resides in the UploadManager.Form collection and
represents a non-file form item in the POST form used for uploading.
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
|
|
 |
Copyright © 1998 - 2013 Persits Software, Inc.
All Rights Reserved
AspUpload® is a registered trademark of Persits Software, Inc. |
|
|
|
|