Cannot import csv: filetype not allowed

Even though csv filetype is allowed in tools - advanced settings I get error “Filetype not allowed” when importing in v.2020.

Could this error be triggered by incorrect encoding of file (ANSI / UTF8 ) ?

What should I look for ?

/Poul

Please note that when you want to import data from CSV file, then the file will be uploaded to your web server first.

So, make sure you have already appended csv extension from “PHP” → “General Options” → “File Upload” → “Allowed file types”, and then re-generate ALL the script files, and try again.

Thanks - that was it - upload filetype not specified.

/Poul