specifying file types in html file input

69

file input file types -

<input type="file" accept=".gif,.jpg,.jpeg,.png,.doc,.docx">

specifying file types in html file input -

<input id="fileSelect" type="file" accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel" />  

Comments

Submit
0 Comments