I only want the component to accept CSV-related files, so what are the exac

I only want the component to accept CSV-related files, so what are the exact values allowed for the setAcceptFilter method? I was testing it as mimeType value (“text/csv”) and it accepts it in Linux. However this doesn’t work in Windows, so I had to set it as (“*.csv”).

The parameters accepted in the setAcceptFilter() wasn’t clear enough.