I'm having issues with the jQuery Validation Plugin, the input file it's not recongnize by the method of the form. This is what I got: myform
The class validate of the form is what I use for initialize the plugin. And it works, it validates the input but when I click on "Guardar" and print_r('$_FILES'); what I get is array(). If I don't add the class validate to the form (Don't intialize the Plugin) then I get the data but without validation.
What can I do?