Answers for "accept pdf in input type file"

1

accept pdf input file

<input type="file" name="upload" accept="application/pdf,application/vnd.ms-excel" />
Posted by: Guest on May-26-2021
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 "accept pdf in input type file"

Browse Popular Code Answers by Language