Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
199
rated 0 times [  200] [ 1]  / answers: 1 / hits: 53897  / 10 Years ago, mon, june 9, 2014, 12:00:00

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)



enter



How can I disable/remove the All Files option?


More From » jquery

 Answers
36

I believe that this is outside the scope of the browser, and is more up to the OS. However, despite whatever the case is, I don't think that this is something that you should mess with anyway.



accept doesn't have the best support (although might not be an issue), but as you can see here: http://www.iana.org/assignments/media-types/media-types.xhtml#audio the sheer number of allowed types probably falls outside of the scope of your application anyway. The best thing you should do is perform server side validation, using accept purely as a client indicator.



Also, while it is an older answer, I think it is still relevant and valid: File input 'accept' attribute - is it useful?


[#70659] Friday, June 6, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mckinleykeyshawnb

Total Points: 281
Total Questions: 99
Total Answers: 111

Location: Saudi Arabia
Member since Sat, Aug 20, 2022
2 Years ago
mckinleykeyshawnb questions
;