CI4 IMAGE CRUD-3: How to Edit and Update new Image data & delete old Image from folder codeigniter 4

CI4 IMAGE CRUD-3: How to Edit and Update new Image data & delete old Image from folder codeigniter 4

Funda Of Web IT

3 года назад

8,476 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

rohit tutorial
rohit tutorial - 09.03.2023 07:07

Hello Sir Namashkar,
Mai aapke channel se php sikhta hu aur mai bhi ek php web development ka channel banana chata hu par mere kuch question h:-

(1)jaise ki aap jo yeh images use karte h to koi copyright to nhi aata.
(2)aur backend admin pannel ke liye kon si theme use kare in video tutorials.

Ответить
Satria Sapta Nugraha
Satria Sapta Nugraha - 22.01.2023 11:31

thank you sir. Really solve my problem

Ответить
nouh deeno
nouh deeno - 03.10.2022 22:48

thanks sire. you just come to help me

Ответить
Son Of Troy
Son Of Troy - 04.07.2022 22:28

Hey Funda of Web IT:

Thank you for a great tutorial. Everything works just as you presented it. I was wondering if you wouldn't mind helping me with deleting the image from the table and uploads file. after you press the delete button on your edit/update form.

Ответить
Mukesh Singh
Mukesh Singh - 23.12.2021 04:55

hello sir , i have done multiple images upload with dynamic input fields,i have use the logic..in CI 4
$x=0;
foreach($imagefiles[$i]['group_image'] as $key=> $img) {
if ($img->isValid() && ! $img->hasMoved()) {
$image_data[$x] =$img->getRandomName();
$img->move('uploads/', $image_data[$x]);
}
$group_data[$x]['image']= $image_data[$x];
$x++;
}

Ответить
Mukesh Singh
Mukesh Singh - 23.12.2021 03:32

i sir i want to store multiple images with add new row button like ,when i click new row button new input filed is display like name mobile image , i have already then this things ,but how to store its with image its the big problem please help me.

Ответить
Muhammad Fajri
Muhammad Fajri - 15.07.2021 16:14

Nice video. Really solve my problem.

Ответить
Luiese Amstrong
Luiese Amstrong - 30.04.2021 14:22

how to fetch the product horizontal in Ci4 Sir😶 i want to display them dynamically grid in homepage?

Ответить