I used dropzone as CSV/XLS file uploader. I use this option to filter and restrict CSV/XLS file:
acceptedFiles: "text/csv,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
Now I just see XLS file in windows dialog box and doesn't see CSV file. Off course when I change filter drop-down to all files, I see CSV file and select it. But I wanna to method or option to solve this issue.
Do you have any solution for see both XLS/CSV files together?