I'm using:
<input type="file" accept=".csv" />
It working on Chrome, Firefox, IE 10+, but not working on Safari. And I try with:
<input type="file" accept="text/csv" />
It just working on Safari. Help me to cross browsers for it. Thanks.
Just use comma for that )
<input type="file" accept=".csv, text/csv" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With