Welcome Guest, Not a member yet? Register   Sign In
Error in uploading csv file in mozilla
#1

[eluser]rampelli[/eluser]
while uploading a csv file using CI 1.7.1 it is working good in

internet explorer and google chrome but i am getting error in Mozilla 3.5.3 browser

Quote:The filetype you are attempting to upload is not allowed.

can any one help me .. to get out of this problem

below is my code

Code:
$config['upload_path'] = './uploadpath/csv/';
        $config['allowed_types'] = 'csv';
        $config['max_size']    = '5000';
        $this->CI->load->library('upload', $config);
    $this->CI->upload->do_upload('file')


Messages In This Thread
Error in uploading csv file in mozilla - by El Forum - 10-04-2009, 11:36 AM
Error in uploading csv file in mozilla - by El Forum - 10-04-2009, 01:54 PM
Error in uploading csv file in mozilla - by El Forum - 10-05-2009, 05:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB