In my CodeIgniter project I\'m uploading files during the project creation. Here\'s the uploading function:
function uploadFiles(){ $this->load->
I think you missed this:
$config['file_name'] = 'somename_'.$i; $config['upload_path'] = './uploads/'.$projectName; ...