How can I allow <input type="file"> to accept only image files?
747 I need to upload only an image file through the <input type="file"> tag. Right now, it accepts all file types. But, I want to restrict it to only specific image file extensions, which include .jpg, .gif, etc. How