Update Images delete in CodeigniterImage...When you update images then your image will be delete then you useA input tag and pass the value. Example Given blow....(HTML)<div><input class="brow-mainborsty" id="exampleInputFile" type="file" name="img"><input type="hidden" name="old_img" value="<?= $client['client_img'] ?>"...
Showing posts with label Update images delete. Show all posts
Showing posts with label Update images delete. Show all posts
17 December, 2018
Update Images delete in Codeigniter
Programing Coderfunda
December 17, 2018
codeigniter, Update images delete
No comments
Update Images delete in Codeigniter
Image...
When you update images then your image will be delete then you use
A input tag and pass the value. Example Given blow....
(HTML)
<div>
<input class="brow-mainborsty" id="exampleInputFile" type="file" name="img">
<input type="hidden" name="old_img" value="<?= $client['client_img']...