I am using <input type="file">
to upload audio files.
To do that I am using accept="audio/*"
. Because of this, the browser's file-select dialog shows only audio files by default. However, there is an option called "All Files" in that dialog box that I don't want.
(note - Any solution in Javascript , jQuery and AngularJs is also welcome)
How can I disable/remove the "All Files" option?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…