![]() |
UploadItem Class |
|
|||
The UploadItem class holds the information about the non- file fields of the Form. It contains the names and values of all the fields present on the Form. The array of this class can be retrieved by calling the 'form' method on Upload class. Property DescriptionsProperty Signature: String getName()This property returns the name of the field. Example: accessing the names of the Form fields Html page: <HTML> Script for 'sample2.asp': <% Property Signature: String getValue()This property returns the value of the field. Example: accessing the values of the Form fields Html page: <HTML> Script for 'sample2.asp': <% If you require technical support please send complete details about the problem you are having to support@halcyonsoft.com. |
|||
|
|||
Copyright © 1998-2002, Halcyon Software Inc. All rights reserved. |