Answers for "input tyle image only"

33

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
2

html file only image

<input type="file" name="file[]" class="form-control" accept="image/*" >
Posted by: Guest on April-09-2022

Browse Popular Code Answers by Language