ClearFoundation Tracker - ClearOS
View Issue Details
0000855ClearOSapp-account-import - Account Importpublic2012-11-28 10:382012-12-17 19:39
bchambers 
bchambers 
normalmajorsometimes
closedfixed 
6.3.0 Updates 
6.3.0 Updates6.3.0 Updates 
0000855: Account import fails to recognize valid csv file on Windows
Windows mime type for a CSV file upload is text/plain. This mime is not included in the default CodeIgniter Mime type list:

/usr/clearos/framework/application/config/mimes.php
Edit /usr/clearos/framework/application/config/mimes.php and add:

'text/plain' to the 'csv' node. For example:

'csv' => array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel' , 'text/plain')
No tags attached.
Issue History
2012-11-28 10:38bchambersNew Issue
2012-11-28 10:38bchambersStatusnew => assigned
2012-11-28 10:38bchambersAssigned To => user2
2012-11-28 12:12user2Note Added: 0000600
2012-11-28 12:12user2Statusassigned => resolved
2012-11-28 12:12user2Fixed in Version => 6.3.0 Updates
2012-11-28 12:12user2Resolutionopen => fixed
2012-11-28 12:12user2Assigned Touser2 => bchambers
2012-12-17 19:39user2Statusresolved => closed

Notes
(0000600)
user2   
2012-11-28 12:12   
SVN 5049 (trunk), 5051 (6.3.4-1 tag)