Welcome Guest, Not a member yet? Register   Sign In
Validation pronlem with standard upload script and forms
#11

[eluser]kierownik[/eluser]
I think that you should rename
Code:
$data['error'] = array('error'=>$this->upload->display_errors());
to
Code:
$data['error'] = array('upload_error'=>$this->upload->display_errors());

I get the sense that that array gets overwritten.
Then in your viewfile you should also rename it.




Theme © iAndrew 2016 - Forum software by © MyBB