files
Property of dom/HTMLInputElementdom/HTMLInputElement
Syntax
var result = element.files;
element.files = value;
Notes
Remarks
The following example lets you pick multiple files, and then displays them.
Syntax
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.10.7.4
See also
Related pages
- HTMLInputElementHTMLInputElement
input type=file
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]