ka215 / cdbt

Custom DataBase Tables plugin is for WordPress
25 stars 8 forks source link

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

Closed naomicbush closed 9 years ago

naomicbush commented 9 years ago

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.