HTML5 says <input type="file" accept="image/*">. Of course, never trust client-side validation: Always check again on the server-side…
HTML5 says <input type="file" accept="image/*">. Of course, never trust client-side validation: Always check again on the server-side…