form to target div with file upload – Jquery
I currently have a form in which the results are returned into a targeted div. It works great. EXCEPT when my form includes an upload ( INPUT TYPE="FILE" NAME="PIC_UPLOAD" ), in which case it simply does not work. Any ideas…