Return to Snippet

Revision: 441
at July 13, 2006 03:53 by benpjohnson


Initial Code
'csv'	=>  array('text/plain','application/octet-stream'),
'tsv'	=>  array('text/plain', 'application/octet-stream')

Initial URL
http://www.codeigniter.com

Initial Description
Not a great solution will need to look further at why files are being sent in binary form

Add this to the mime types array in the Upload class

Initial Title
Fix for code igniter csv uploads via windows

Initial Tags
code

Initial Language
PHP