[jQuery] File uploads, Form plugin and XMLHttpRequest‏

[jQuery] File uploads, Form plugin and XMLHttpRequest‏


I'm trying to ajaxify my application, which requires submitting forms
via $.post or $(form).ajaxSubmit. Problem I'm having with $.post is
that file fields don't work. So I use $(form).ajaxSubmit and my
response text is something like this:
{
'_JS':'/* javascript code to evaluate, contains escaped quotes
(\") */',
'_CONTENT' : '<!-- html code containing escaped quotes and stuff --