Welcome Guest, Not a member yet? Register   Sign In
BUG in csv file uploading
#3

[eluser]rampelli[/eluser]
thanks for your reply below is my upload script

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
BUG in csv file uploading - by El Forum - 10-03-2009, 10:12 PM
BUG in csv file uploading - by El Forum - 10-03-2009, 10:47 PM
BUG in csv file uploading - by El Forum - 10-03-2009, 11:24 PM
BUG in csv file uploading - by El Forum - 10-08-2009, 08:27 AM
BUG in csv file uploading - by El Forum - 10-24-2009, 10:51 AM
BUG in csv file uploading - by El Forum - 10-24-2009, 10:53 PM
BUG in csv file uploading - by El Forum - 10-25-2009, 11:45 AM
BUG in csv file uploading - by El Forum - 12-27-2009, 01:29 AM
BUG in csv file uploading - by El Forum - 12-30-2009, 01:59 PM
BUG in csv file uploading - by El Forum - 01-01-2010, 03:09 PM
BUG in csv file uploading - by El Forum - 01-13-2010, 05:21 PM
BUG in csv file uploading - by El Forum - 05-15-2011, 11:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB