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 below
What it's intended to beShows like that on my Windows 10 machine(not virtual)
Is it something to do with the windows itself?If so how can I fix it