I\'m trying to serialize my form data including file image field using jquery.form.js jQuery API. The API is helping me to serailze data fields including image
You can't use ajax for file upload. To simulate the effect though, you can have a form in a hidden iframe and submit/ .submit() it to the upload url.
.submit()
More or less like this one.