Answers for "allow only pdf file upload in html"

1

allow pdf upload in file input

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

Code answers related to "allow only pdf file upload in html"

Browse Popular Code Answers by Language