i am a having a html form with a upload field and i am trying to limit the user to upload only PDF file by using accept attribute, this seems to be working in crome but not in firefox, but w3c says it supports firefox also. i need it to support in firefox, is it possible?
<input type="file" placeholder="Upload file" name="file" id="file" accept="application/pdf" class="required" />