Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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" /> 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #file #type #input #limit #html
ADD COMMENT
Topic
Name
7+2 =