Element on an HTML form for a user to upload a file.
Browser/User Agent Support
| IE | Mozilla | Netscape | Opera | Safari | 4.0+ | 1.0+ | 3.0+ | 7.0+ | 1.0+ |
|---|
Constructors
| Constructor | IE | Mozilla | Netscape | Opera | Safari |
|---|---|---|---|---|---|
Creates a new instance of a FileUpload object. | 4.0+ | 1.0+ | 3.0+ | 7.0+ | 1.0+ |
Properties
| Property | IE | Mozilla | Netscape | Opera | Safari |
|---|---|---|---|---|---|
Occurs when a user changes the value in the field and moves the focus off the field. | 4.0+ | 1.0+ | 3.0+ | 7.0+ | 1.0+ |
Path and file name to the file being uploaded. | 4.0+ | 1.0+ | 3.0+ | 7.0+ | 1.0+ |
References
Form | HTMLElement | Input | Text | HTMLInputElement
Availability
JavaScript 1.0 Inherits from Input, HTMLElement
