<!DOCTYPE html>
<html>
<body>
<input type="file" accept="image\*"><!---It accepts only image files--->
</body>
</html>