html input accept type code example
Example 1: input limit file type html
<!-- (IE 10+, Edge (EdgeHTML), Edge (Chromium), Chrome, Firefox 42+) -->
<input type="file" accept=".jpg,.png,.pdf" />
Example 2: html upload image
<input type="file" accept="image/*" />