Hello,
I am trying to upload an xlsx file to the database and added the mime type in J-Cook
and also added the mime types to joomlas content manager
Allowed file extensions:
bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,xlsx,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS,XLSX
Allowed file types
image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip,application/vnd.ms-office,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
xls is application/vnd.ms-office
xlsx is application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
xls is working, but xlsx is not.
What am I missing? Thank you in advance!