FileUpload : Object

Element on an HTML form for a user to upload a file.

Browser/User Agent Support

IEMozillaNetscapeOperaSafari
4.0+1.0+3.0+7.0+1.0+

Constructors

ConstructorIEMozillaNetscapeOperaSafari
Creates a new instance of a FileUpload object.
4.0+1.0+3.0+7.0+1.0+
 

Properties

PropertyIEMozillaNetscapeOperaSafari
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

Constructor Detail

FileUpload FileUpload()

Creates a new instance of a FileUpload object.

Visibility
internal

Property Detail

static Function onchange

Occurs when a user changes the value in the field and moves the focus off the field.

See Also

Input.onchange | Event | EventListener | EventTarget

String value

Path and file name to the file being uploaded.