How to get the HTML's input element of "file" type to only accept pdf files?

asked16 years ago
last updated16 years ago
viewed168.2k times
Up Vote80Down Vote

is there any way that html element file

<input name="file1" type="file" style="width:300px">

only accept PDF files and when we browse its only show PDF files...

Thanks