I am using Plupload to upload .csv
files to my site. It works fine except the problem that it doesn't filter .csv
files correctly in the file selection model.
This is the code I'm using to filter only .csv
files:
filters : [
{title : "Files of type", extensions : "csv"},
],