![]() |
Validation uploaded files not work with redirect back? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19) +--- Thread: Validation uploaded files not work with redirect back? (/showthread.php?tid=78104) |
Validation uploaded files not work with redirect back? - mrardiyansyah - 11-30-2020 I've tried to validate the input of a form then use redirect()->back() but the validator doesn't work validating the upload file. I've checked with getErrors() function but its empty. How to solve that issue? I really appreciate for your help and response. PHP Code: public function index($id_customer) RE: Validation uploaded files not work with redirect back? - InsiteFX - 12-06-2020 I think you need to specify images.0 for all the images fields. |