Have been through quite some documentation but don't seem to get this very basic thing working in Chrome.
<input type="file" accept=".jpg, .png"/>
The dialog that opens just shows "Custom Files" in the extension drop-down. See this Fiddle.
It only seems to work with a single extension specification. Also tried using some mime types to no avail.