Answers for "html form only upload image"

4

upload only image input tag

<input type="file" name="myImage" accept="image/*" />
Posted by: Guest on February-14-2021

Browse Popular Code Answers by Language