I\'m trying to submit a form with a file field in it via jQuery.Form plugin, here\'s the code:
file
$(\'form\').ajaxSubmit({ url: \"/path\", data
Just set Content-Type: text/html
Content-Type: text/html
This happens because IE8 doesn't recognize application/... mimetype. This works for me.
application/...
Hope it helps.