Hey guys. I am trying ajax to submit a form containing a file upload area. Since I found out that JS cannot handle file uploads, so I use this plugin -> http://jquery.malsup.com/form/#ajaxForm
However, after submitting the form, I get nothing in $_FILES . Does anyone know what the reason is and how I can fix it?
My input field is <input type="file" name="logo" id="logo" /> and yes, the form is multi-page data.
Thanks.
user381800
source share