| Property/Method | Description |
| blur() | Removes focus from FileUpload box |
| focus() | Sets focus on FileUpload box |
| form | Reference form object containing FileUpload box |
| handleEvent() | Handles specific event |
| name | HTML NAME attribute for FileUpload box |
| onBlur | Event handler for Blur event |
| onChange | Event handler for Change event |
| onFocus | Event handler for Focus event |
| select() | Selects input area for FileUpload box |
| type | HTML TYPE attribute for FileUpload box |
| value | String specifying pathname of selected file |