CodeIgniter Forums
CI4 Image Overwriting - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: CI4 Image Overwriting (/showthread.php?tid=79192)



CI4 Image Overwriting - barissonmez - 05-08-2021

Hi all,

I am using CI4 and i want to overwrite edited picture to old. There was overwrite settings CI3. But, i didn't find this new CI4. How can i do this?

Thanks for helping.


RE: CI4 Image Overwriting - InsiteFX - 05-08-2021

You need to clarify yourself because there is no overwrite image in CodeIgniter 3 or 4 not sure where your
getting this overwrite image from.


RE: CI4 Image Overwriting - barissonmez - 05-08-2021

(05-08-2021, 12:35 PM)InsiteFX Wrote: You need to clarify yourself because there is no overwrite image in CodeIgniter 3 or 4 not sure where your
getting this overwrite image from.

I was using " $config['overwrite'] = TRUE " in codeigniter3. But now, the new image is saved as IMAGENAME(2). I want it to overwrite the old image.


RE: CI4 Image Overwriting - demyr - 05-08-2021

You can check your folder, and if there is an image already, you can delete it before you complete your new update


RE: CI4 Image Overwriting - barissonmez - 05-09-2021

(05-08-2021, 02:24 PM)demyr Wrote: You can check your folder, and if there is an image already, you can delete it before you complete your new update

I know and already doing that but i wondered overwriting. Guess there is no such setting. Thanks anyway.