![]() |
want to read the contents of files and need validation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8) +--- Thread: want to read the contents of files and need validation (/showthread.php?tid=87035) |
want to read the contents of files and need validation - JohanBellri - 03-09-2023 In my CodeIgniter project, I want to read the contents of files and need validation to confirm if a file is selected. I have written code in the controller using $this->form_validation->set_rules() function, but I am getting an error that says "The Project Estimation File field is required" even after selecting a file. What could be the issue? RE: want to read the contents of files and need validation - digitalarts - 03-09-2023 See: https://codeigniter.com/user_guide/libraries/validation.html?highlight=validation#rules-for-file-uploads |