File or Image validation in codeigniter in php
$this->form_validation->set_rules('image','Image','file_required|file_size_max[500]|file_allowed_type[image]');
$this->form_validation->set_rules('image','Image','file_required|file_size_max[500]|file_allowed_type[image]');
No comments:
Post a Comment