Welcome Guest, Not a member yet? Register   Sign In
form_open_multipart with form_validation - am I missing something or is it a bug ?
#3

[eluser]davidbehler[/eluser]
You can't check for inputs with type="file" via the form validation library. It only validates what's in the $_POST array and file upload info will be in $_FILES.

Have a look at the file uploading class (http://ellislab.com/codeigniter/user-gui...ading.html) instead, maybe that'll help you.


Messages In This Thread
form_open_multipart with form_validation - am I missing something or is it a bug ? - by El Forum - 06-02-2011, 04:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB