Welcome Guest, Not a member yet? Register   Sign In
Update Image
#4

(11-13-2021, 01:44 AM)InsiteFX Wrote: If your change an image and want to create an updated image then you first need to save the orginal image.

Hello
The firrst one is saved on db, and is loaded in the value, the overwrite of the image doesnt work

<div class="mt-3">
                                <label class="form-label">Image</label>
                                <input class="form-control" name="image_thumb" id="image_thumb" type="file">
                                <img alt="img pic" class="rounded-md" src="<?php echo base_url() . $row['image']; ?>">
                                <input class="form-control" name="old_image" id="old_image" type="hidden" value="<?php echo $row['image'];?>">
        </div>
Reply


Messages In This Thread
Update Image - by pou_to_ksereis - 11-06-2021, 09:46 AM
RE: Update Image - by kenjis - 11-13-2021, 12:13 AM
RE: Update Image - by InsiteFX - 11-13-2021, 01:44 AM
RE: Update Image - by pou_to_ksereis - 11-15-2021, 12:41 AM
RE: Update Image - by InsiteFX - 11-15-2021, 02:33 AM
RE: Update Image - by pou_to_ksereis - 11-15-2021, 05:45 AM
RE: Update Image - by kenjis - 11-19-2021, 04:30 AM
RE: Update Image - by pou_to_ksereis - 11-23-2021, 03:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB