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.
HTML5 またはファイル API でファイル タイプのフィルタリングのサポートを追加しましたか? 画像とドキュメントのみをフィルタリングできる必要があります。たとえば、JPG GIF TIFF DOC PDF DOCX であり、実行可能ファイルやその他のファイル タイプはフィルタリングできません。HTML 4 と同じこのHTML 5によると、AUDIO/VIDEO/IMAGE/EVERYTHING ELSE のみをフィルタリングできます。
そのような「accept」属性を使用できます
<input type="file" name="ufile" accept="audio/*" />