How To Add The Image And Video Upload In Codeigniter

[Solved] How To Add The Image And Video Upload In Codeigniter | Php Frameworks Codeigniter - Code Explorer | yomemimo.com
Question : how to add the image and video upload in codeigniter

Answered by : distinct-dingo-xodzqsnsefcd

$field_name = "some_field_name";
$this->upload->do_upload($field_name);

Source : https://codeigniter.com/userguide3/libraries/file_uploading.html# | Last Update : Wed, 24 Feb 21

Answers related to how to add the image and video upload in codeigniter

Code Explorer Popular Question For Php Frameworks Codeigniter