Welcome Guest, Not a member yet? Register   Sign In
Extend form_validation for upload Codeigniter 3
#1

Hello,

Is there a library that extends the form_validation which supports verifications of image or file uploads?

Thank you
Reply
#2

(This post was last modified: 01-24-2020, 09:25 AM by PaulD.)

The file upload library has quite a few file validation options.
https://codeigniter.com/user_guide/libra...ading.html

Callbacks in form validation are quite powerful too, so you can write any function you want as a callback and set errors for validation.
https://codeigniter.com/user_guide/libra...-as-a-rule

I hope something in there helps.

Paul
Reply




Theme © iAndrew 2016 - Forum software by © MyBB