Welcome Guest, Not a member yet? Register   Sign In
form validation problem
#1

[eluser]Mitja[/eluser]
is it possible to validate <input type="files" and <option> with form validator?

http://ellislab.com/codeigniter/user-gui...ation.html
#2

[eluser]mglinski[/eluser]
For files, no. Use the upload class to check for valid uploads.
<select> tags can be validated just like most others, using trim|xss_clean and whatever other methods you want to use.
-Matt




Theme © iAndrew 2016 - Forum software by © MyBB