<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.
<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.