I have a the following code (fiddle):
<input type="file" accept="application/xml">
In IE 10 and Chrome 29.0.1547.76 it filters directly for XML-Files. Only Firefox got the behaviour to show first all files. The Firefox file dialog has also the ".xml" filter, but it is on second position.
Is there a way to get Firefox using the ".xml" filter as standard filter?