accept only image input file

HTML
<input type="file" name="myImage" accept="image/x-png,image/gif,image/jpeg" />
Source

Also in HTML: