I try to use the import function on my customers table.Got this error (phpmaker 2020)http://…/api/index.php?action=upload{success: true,…}
files: {importfiles: [{name: “customers.xls”, success: false, error: “File type not allowed”}]}
importfiles: [{name: “customers.xls”, success: false, error: “File type not allowed”}]
filetoken: “2132857977”
success: true
version: "16.0.15"In my advanced setings csv,xls, xlsx are allowed.
In my IIS server the MIME types are also allowed.Any other idea’s?
Make sure you have already added xls extension from PHP → General Options → File Upload → Allowed file types, and then re-generate ALL the script files again.