Answers for "input file just jpg"

5

html make file input only images

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

limite file input to jpg

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

Browse Popular Code Answers by Language