Replace File Upload Codeigniter 3

[Solved] Replace File Upload Codeigniter 3 | Php Frameworks Codeigniter - Code Explorer | yomemimo.com
Question : replace file upload codeigniter 3

Answered by : topandhi-omega

//You Should User $config['overwrite'] = TRUE;
$config['upload_path'] = './uploads/';
$config['overwrite'] = TRUE;
$this->load->library('upload', $config);
$this->upload->initialize($config);

Source : https://stackoverflow.com/questions/17575999/overwrite-previous-file-while-uploading-image-in-codeigniter | Last Update : Tue, 15 Nov 22

Answers related to replace file upload codeigniter 3

Code Explorer Popular Question For Php Frameworks Codeigniter