Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 73875

HTML input accept attribute extensions filter shows individually

$
0
0

So as the question says I am having the issue that the extensions I add to the accept attribute shows individually in the file chooser dialogue for Windows 10 (virtual machine)

Code I am using:

<input type="file" id="fileLoadDiag" style="display: none" accept="audio/mpeg,audio/ogg, audio/vnd.wave, audio/wav, audio/wave, audio/x-wav"/>

I also tried this code:<input type="file" id="fileLoadDiag" style="display: none" accept=".mp3, .wav, .ogg"/>

To clarify the Question see the screenshot belowissue

What it's intended to beShows like that on my Windows 10 machine(not virtual)

enter image description here

Is it something to do with the windows itself?If so how can I fix it


Viewing all articles
Browse latest Browse all 73875

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>