Welcome Guest, Not a member yet? Register   Sign In
problems validation image
#5

PHP Code:
$rules = [
                'image' => 'uploaded[image]|max_size[image,4096]|ext_in[image,png,jpg,gif,webp]',
                'contact_id' => 'required'
            ];
            if (!$this->validate($rules)) {

                return $this->respond([
                    'error' => $this->validator->getErrors(),
                    'success' => false
                
], ResponseInterface::HTTP_NOT_ACCEPTABLElang('Common.api.validation'));

            
Enlightenment  Is  Freedom
Reply


Messages In This Thread
problems validation image - by bengtdg - 05-26-2021, 04:00 PM
RE: problems validation image - by InsiteFX - 05-26-2021, 09:13 PM
RE: problems validation image - by bengtdg - 05-26-2021, 10:46 PM
RE: problems validation image - by InsiteFX - 05-27-2021, 05:38 AM
RE: problems validation image - by paliz - 05-27-2021, 10:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB