Answers for "image file upload in html accept only jpg"

33

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 upload image accept only few types

<input type="file" accept=".png, .jpg" />
Posted by: Guest on February-04-2022

Code answers related to "image file upload in html accept only jpg"

Browse Popular Code Answers by Language