Answers for "input type file only 5 images"

21

accept only image input file

<input type="file" name="myImage" accept="image/x-png,image/gif,image/jpeg" />
Posted by: Guest on February-19-2020
0

only accept image file input

<input type="file" name="myImage" accept="image/*" />
Posted by: Guest on February-14-2021

Code answers related to "input type file only 5 images"

Browse Popular Code Answers by Language