Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IEで複数のファイルをボタンで選択したい。簡単な方法はありますか?IE は信じられない HTML5 タグをサポートしていません。ありがとうございました!
いくつかの<input type=file>要素を含めます。このような要素を JavaScript で動的に作成して、ユーザーがファイルを選択すると、新しいファイル入力要素が表示されるようにすることもできます。
<input type=file>