Closed dlodeprojuicer closed 7 years ago
You need to figure out the correct mime type for the file. I think that csv is text/csv, but not sure.
@sconix text/csv worked, thank you.
for me text/csv
dosen't. *
doesn't either. same with text/*
I get :
removing the acceptedFiles
line from the config entirely fixed it for me.
How do I configure the plugin to accept .csv files? Its working as expected if acceptedFiles: 'image/' I changed acceptedFiles to 'csv/', '.csv/*', '.csv' and 'csv' trying to make it work for CSV files but it is not working.
How do I change the config to accept CSV files?