Published
- 1 min read
html accept png and jpg
The solution for this is noted below
html accept png and jpg
Solution
<input type="file" name="myImage" accept="image/png, image/gif, image/jpeg" />
Try other methods by searching on the site. That is if this doesn’t work