Published
- 1 min read
input type file csv only
The solution for this is noted below
input type file csv only
Solution
<input
type="file"
id="img"
name="img"
accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel"
/>
Try other methods by searching on the site. That is if this doesn’t work