Answers for "form input for only images to upload"

14

upload only image input tag

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

html make file input only images

<input type="file" accept="image/*">
Posted by: Guest on July-08-2021

Code answers related to "form input for only images to upload"

Browse Popular Code Answers by Language