| FormField - One form field. Member of FormFields collection. (Item property, Returns a specific member of a FormFields collection either by position or by key.) |
| ContentCharSet | Character set of the multipart (multipart/related) data field. | |
| Save | Lets you save this form field to the specified path. The field is saved with original file name. | |
| SaveAs | Lets you save this form field under specified file name. |
| CharSet | String or numeric (ConvertCodePages) expression that describes the character set used for the request data. If no value is supplied, source form string data are interpreted using ANSI codepage. |
| ConvertCodePages, RW | |
| ByteArray | Contents of a source field as a byte array (VT_UI1 | VT_ARRAY) |
| Variant, RO | |
| ContentDisposition | Content-Disposition header of the field |
| String, RO | |
| ContentTransferEncoding | Content-Transfer-Encoding header of the field. |
| String, RO | |
| ContentType | Content-Type header of the field |
| String, RO | |
| FileExt | Source file extension of the field. |
| String, RO | |
| FileName | Source file name of the field. |
| String, RO | |
| FilePath | Full source path of the field. |
| String, RO | |
| Header | One of the multipart field header. |
| String, RO | |
| Headers | Array of multipart header names. |
| Array, RO | |
| HexString | Returns hexadecimal-string representation (base16 string) of a form field value. Usefull for SQL block insertion. |
| Void, RO | |
| Index | Index of the field in a source form collection. |
| Long, RO | |
| InProgress | True, if the form is reading source data stream, False otherwise. |
| Boolean, RO | |
| IsFile | True if the form field is file. False for text field. |
| Boolean, RO | |
| Length | Length of the field. |
| Long, RO | |
| Name | Name of the source field |
| String, RO | |
| RAWHeader | Full source text of multipart/form-data header. |
| String, RO | |
| SourceLength | Length of field in source data. |
| Long, RO | |
| String | Returns string representation of form field value. This is default value of a form field. |
| String, RO | |
| Value | Returns this form field. Included for compatibility with previous versions of ScriptUtilities or PureASP upload. |
| FormField, RO |