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

Still no result,
I added $config['overwrite']    = false; as @kenjis say but still the first image is displayed even after the replace Sad
if ($_FILES['image_thumb']['name']) {
                        $config['upload_path'] = './uploads/product_image/';
                        $config['allowed_types'] = 'gif|jpg|png|jpeg|JPEG|GIF|JPG|PNG';
                        $config['max_size'] = "1024";
                        $config['max_width'] = "*";
                        $config['max_height'] = "*";
                        $config['encrypt_name'] = TRUE;
                        $config['overwrite']    = false;
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