Hi!
As the title says - i cannot upload excelfiles in the editor.
word, pdf and so forth works fine.
I've edited the Configuration/Security/Admin file with:
<item>.xls</item>
<item>.xlsx</item>
to the<security name="DocumentFilters">
Doesn't work
Added:
$Editor->DocumentFilters(".doc,.pdf,.xls,.xlsx");
to my init function...dosen't work.
all i get is:
application/vnd.ms-exceleeFile format not allowed! Please contact site administrator.
What shall I do?
Thanks
/bix