php file upload not working with jquery Validator -


i'm using jquery validator validate form, doesn't upload file properly.

if add enctype="multipart/form-data" form uploads file doesn't grab form data passed.

well solved problem changed.

$the_field = $_request['field']; $the_field = $_files['field']['name'];