IE: input type = «file» multiple

Почему IE 9 не поддерживает input type = "file" multiple как в других браузерах?

<form action="#" method="post" enctype="multipart/form-data">
  <input type="file" multiple name="uploads[]" />
  <input type="submit"/>
</form>

Как мне заставить его работать в IE?

10
задан laukok 16 August 2011 в 21:20
поделиться