Answers for "accept only image input file html"

14

set git editor to vim

git config --global core.editor "vim"
Posted by: Guest on May-27-2020
1

git commit --amend choose editor

git config --global core.editor "/bin/nano"
Posted by: Guest on September-02-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

Code answers related to "accept only image input file html"

Browse Popular Code Answers by Language