Im trying to submit a HTML form using AJAX using this example.
My HTML code:
If you add:
jquery.form.min.js
You can simply do this:
You could use simple $('FORM').serialize() as suggested in post above, but that will not work for FILE INPUTS... ajaxForm() will.