Does the accept attribute for an input of file type work differently per operating system?
<input type="file" accept="video/*" />
On a mac computer this limits so that only a video type file can be chosen. But on windows it still allows you to select anything.
Is there different syntax that must be used per operating system? Or am i over looking something?
Any help is greatly appreciated.