The File Upload Element enables users to upload files.
| Property Name |
Description |
| Name |
This property is used the describe the name of the Select List Field. In addition if this element is to become a search field, this property then becomes the label for the search field in the form. |
| Options |
This property stores the list of predefined options. Use a new line for each option. The format for the options should be [value]|[text]. If no delimiter is specified, the text and the value will be the same. |
| Class |
Class Optional name of the CSS style class. |
| Disabled |
This optional property specifies whether the field should be disabled. |