Answers for "how to allow only pdf file in html file input type"

0

input type file allow only pdf

<input type="file" id="test" name="test" accept=".pdf,.doc"/>
Posted by: Guest on November-06-2020

Code answers related to "how to allow only pdf file in html file input type"

Browse Popular Code Answers by Language