You may get an error " the file type you are attempting to upload is not allowed " when upload csv file in codeigniter
Kindly change the array value of csv in your application/config/mimes.php
Put the follwing code
'csv' => array('application/vnd.ms-excel', 'text/anytext', 'text/plain', 'text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'application/x-csv', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'),
Enjoy it ....
Kindly change the array value of csv in your application/config/mimes.php
Put the follwing code
'csv' => array('application/vnd.ms-excel', 'text/anytext', 'text/plain', 'text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'application/x-csv', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'),
Enjoy it ....
working fine
ReplyDeletethank you
Hey thanks,
ReplyDeleteI have some problem in csv file uploading it solve it.
Its works for me perfectly.
working fine
ReplyDeletethank you
Very Nice. working fine
ReplyDelete