Answers for "how to make html input to only accept pdf file"

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 make html input to only accept pdf file"

Browse Popular Code Answers by Language