Input accept="image/png" is not working in Firefox

Viewed 10569

jsbin

<input type="file" accept="image/png">

It's expected that the file dialog accepts png files only. But accept="image/png" does not work on Firefox. How can I make it? P.S. It works in Chrome.

5 Answers
Related