Answers for "html input file extension"

0

html type file extension

<input type="file" accept=".xls,.xlsx" />
Posted by: Guest on July-18-2021
0

file type input limit in html

<!-- Right approach: Use both file extensions and corresponding MIME-types. -->
<!-- (IE 10+, Edge (EdgeHTML), Edge (Chromium), Chrome, Firefox) -->
<input type="file"
 accept=".xls,.xlsx, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel" />
Posted by: Guest on May-25-2020

Code answers related to "html input file extension"

Browse Popular Code Answers by Language