Hello,
I am trying to redefine the accept list of an uploader, but it doesn’t seem to work. It was initialized with ‘.csv’;
I tried:
uploader.config.accept = ‘.xls, .xlsx’;
uploader.refresh();
and
uploader.define(‘accept’, ‘.xls, .xlsx’);
uploader.refresh();
Anything I am missing?
Many thanks, Peter