[Solved] CodeIgniter Upload from User Class


Its hard to know what you mean without seeing any code but its sounds like you are not loading the upload library. You should be able to use any of the upload function after you have loaded it

$this->load->library('upload');

1

solved CodeIgniter Upload from User Class