August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core client-side JavaScript object.
The FileUpload object represents a file upload box within an HTML form. An upload box is created by using the HTML <input> tag and specifying the TYPE attribute as file. The FileUpload object has specific properties and methods associated with it, which are shown in Table 7.26.
| 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 ... |
Read now
Unlock full access