This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

See also

Related pages

Attributions