Yes. display_errors() outputs uploading errors for all of the files, doesn't matter if files were uploaded one by one. Remove this from loop
(04-04-2015, 10:11 AM)vrsotto Wrote:and use that function after the loopPHP Code:} else {
$data['error'] = $this->upload->display_errors();
}