Skip to content

Gives Fatal Error in Server #3

@anuragrath

Description

@anuragrath

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions