This page is Almost Ready

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

multiple

Summary

Gets whether a file upload element can be populated with more than a single file.

Property of dom/HTMLInputElementdom/HTMLInputElement

Syntax

var multipleFiles = inputElement.multiple;
inputElement.multiple = newMultiple;

Return Value

Returns an object of type BooleanBoolean

Whether multiple files can be populated within the element.

Related specifications

W3C HTML5
Working Draft
WHATWG HTML
Living Standard

Attributions