GregT
0
Q:

jquery accept only excel file

<input type="file" ID="fileSelect" accept=".xlsx, .xls, .csv"/>
3
<input id="fileSelect" type="file" accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel" />  
1
<input type="file" id="img" name="img" accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel">
0

New to Communities?

Join the community