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.
ここでSWFアップローダーの「小さなファイルのアップロードサイト」のように、「ファイルのアップロード」ダイアログでファイルの種類を制限して、ユーザーが画像ファイルのみをアップロードするようにする方法はありますか...
http://demo.swfupload.org/v220/multiinstancedemo/index.php
次のように、input 要素に accept 属性を設定できます。
<input type="file" accept="image/*">
一部の (ほとんどの?) 最新のブラウザで動作するのはどれですか。