Hi,
I'm trying to upload images from a folder into a page. I need to replace the images instead of adding. The image field already has the replace existing images turned on, but it doesn't seem to be enough.
My code:
foreach($files as $file) {
if(substr($file, 0, 1) !=...