-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
The code works perfectly when running in local system.
But when uploaded to server, gives the below Error:
Fatal error: Call to undefined method CI_Upload::do_multi_upload()
The code is straight forward:
$this->load->library('upload', $config);
$RetVal = $this->upload->do_multi_upload('userfile', TRUE, $PhotoList);
Metadata
Metadata
Assignees
Labels
No labels