Answers for "html input file only png"

11

git ignore file mode changes

git config core.fileMode false
Posted by: Guest on April-30-2020
21

accept only image files upload html

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

html make file input only images

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

Browse Popular Code Answers by Language