Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



FormElement Object

FormElement object properties are listed in the table below. All properties are read-only.

Property
Description
ContentType
String for the content type of the input item (if the item is not a file, the string will be empty).
FileName
String for the name of the file (if the item is not a file, the string will be empty). Also takes an optional Boolean argument. If FALSE, only the file name is returned. If TRUE (the default), the full path is returned (see Chili!Upload SourceFileName Method (Read-Only)).
FileNameExt
String for the file extension (if the item is not a file, the string will be empty).
IsFile
Boolean value to determine if the item is a file.
Name
String for the name of the input item in the form.
Size
Integer for the size of the item, in bytes.
Value
Safearray of bytes for the value of the input item.



ContentsPreviousNextIndex