CodeIgniter Forums
Another CSV thread - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Another CSV thread (/showthread.php?tid=2402)



Another CSV thread - El Forum - 08-02-2007

[eluser]scottzirkel[/eluser]
I've looked through all the problems with uploading csv's and I've added as many additions to the mime type array as I could find, but it's still not working. Here is what I've put into the mimes.php file in the config folder.
Code:
'csv'    =>    array('text/comma-separated-values', 'text/x-comma-separated-values', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.ms-excel', 'application/vnd.msexcel', 'text/anytext', 'text/plain', 'application/octet-stream'),
Any ideas?


Another CSV thread - El Forum - 08-06-2007

[eluser]Unknown[/eluser]
Had same problem and was fixed after reading This thread.


Another CSV thread - El Forum - 08-06-2007

[eluser]scottzirkel[/eluser]
Yeah, I read that, but all of his entries are in my array as well and it's still not working.