[jQuery] File uploads in JQuery Forms plugin
The doc says that Forms targets a hidden iframe for the server
response when submitting the form.
The problem is, I need to see what that server response is to see if
the submission was successful or not.
Is there a way to get a hold of the hidden iframe so i can traverse
its contents?