Internet Explorer does not support the multiple attribute for . However, its not only IE that lacks this support... al
multiple
var inp = document.createElement("input"); inp.setAttribute("multiple", "true"); var supportsMultiple = inp.multiple===true;