Answers for "input type=file'' accept pdf only"

0

input type file allow only pdf

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

input type=file'' accept only doc and pdf

application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.openxmlformats-officedocument.presentationml.presentation
Posted by: Guest on May-01-2021

Code answers related to "input type=file'' accept pdf only"

Browse Popular Code Answers by Language