hello guys,
I'm using image crud, but the upload is not working on IE and on the developer tool I can't find what is the error. my code is as follow:
$output->image = $cap['image']; // store the captcha word in a session $this->session->set_userdata('word', $cap['word']); $this->load->view('casting.php',$output);