ka215/cdbt

CSV data import fails because it's looking for an Excel file instead of a CSV

Closed this issue · 0 comments

See https://github.com/ka215/cdbt/blob/master/templates/cdbt-admin-controller.php#L426

Uploading a CSV always fails because CSVs are not Excel files. Changing it to look for type 'text/csv' does work.