Welcome Guest, Not a member yet? Register   Sign In
Codeigniter form validation for file
#1

I'm using codeigniter for my project and I need to read contents of files. So,I need validation to check whether the file is selected or not.

Here is my code in controller

$this->form_validation->set_rules(
  'estimation_file',
  'Project Estimation File',
  'required'
);
But while choosing a file it shows error saying - The Project Estimation File field is required
Reply


Messages In This Thread
Codeigniter form validation for file - by DennisSSebasiStephen - 08-02-2022, 04:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB