Welcome Guest, Not a member yet? Register   Sign In
[Solved] Curious: $this->upload->display_errors();
#2

(This post was last modified: 04-04-2015, 11:45 AM by gadelat.)

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:
PHP Code:
} else {
 
$data['error'] = $this->upload->display_errors();

and use that function after the loop
Reply


Messages In This Thread
RE: Curious: $this->upload->display_errors(); - by gadelat - 04-04-2015, 11:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB