I could not upload csv file. But you can upload it by changing confi/mimes.php line.
// instead of this $mimes = array( ‘hqx’ => ‘application/mac-binhex40′, ‘cpt’ => ‘application/mac-compactpro’, ‘csv’ => array(‘text/x-comma-separated-values’, ‘text/comma-separated-values’, … // add ‘text/plain’, as follows ‘csv’ => array(‘text/plain’,'text/x-comma-separated-values’,
This should fix the problem.



















