hi,
I am using the following mootools1.2 form check js. http://mootools.floor.ch/en/demos/formcheck/
For form check is working fine, its working fine with ajax form post.
My problem is that when i post the form with AJAX with file upload.
Then its not returning me the $_FILES
array to PHP side.
If i post the form normally (i.e. without ajax) then every thing working fine means all post and file array are coming to php side.
While ajax form post its returning the selected file name in the post array but not the full $_FILES
arrat