![]() |
Newb - help needed - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Newb - help needed (/showthread.php?tid=86766) |
Newb - help needed - Jeffyi - 02-16-2023 Hello, How can i overwrite file instead create new one : if($file->move(WRITEPATH.'/uploads/my_dir/', $newName)) Thx, Jeff RE: Newb - help needed - kenjis - 02-16-2023 See https://codeigniter4.github.io/CodeIgniter4/libraries/uploaded_files.html#overwriting-existing-file |