1<!-- (IE 10+, Edge (EdgeHTML), Edge (Chromium), Chrome, Firefox 42+) -->
2<input type="file" accept=".jpg,.png,.pdf" />
1<!-- Right approach: Use both file extensions and corresponding MIME-types. -->
2<!-- (IE 10+, Edge (EdgeHTML), Edge (Chromium), Chrome, Firefox) -->
3<input type="file"
4 accept=".xls,.xlsx, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel" />