Skip to content

Upload Library now working#12

Open
awaisrafiq410 wants to merge 1 commit intobradtraversy:masterfrom
awaisrafiq410:master
Open

Upload Library now working#12
awaisrafiq410 wants to merge 1 commit intobradtraversy:masterfrom
awaisrafiq410:master

Conversation

@awaisrafiq410
Copy link

If we pass $config file at load then it's not working.
$this->load->library('upload',$config); // Not worked
//Now working by doing this.
$this->load->library('upload');
$this->upload->initialize($config);

If we pass $config file at load then it's not working.
//Now working by doing this.
$this->load->library('upload');
$this->upload->initialize($config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant