Answers for "accept pdf input file"

0

accept pdf input file

<input type="file" name="upload" accept="application/pdf,application/vnd.ms-excel" />
Posted by: Guest on May-26-2021
0

how to ensure only pdf files are selected

<input type="file" name="upload" accept="application/pdf,application/vnd.ms-excel" />
Posted by: Guest on August-05-2020

Browse Popular Code Answers by Language