How to easily upload files without form submission (with jQuery + AJAX)
- by James
So I have some form processing code which processes the standard text inputs and also uploaded files (through the $_FILES array)
I want to have the submission done through AJAX
Will jQuery's post(). method still pass that stuff through - $_FILES or do I need to do something special?