Big problem when multipart form gives an Exception.

Big problem when multipart form gives an Exception.

Hi all, I'm a newbie jquery user so I may be doing something wrong, but I'm doing it well.

My use case tells that I need to send files to server and the server will throw an Excption when the file type is unkwown. We are only accepting text files such as word, so a movie will get the mentioned exception.

It works on firefox, but on IE8 (and maybe others) I get a blank page since the line below gets a "Access Denied". It seems that the iframe that jquery builds gets inconsistent.
  1. doc = io.contentWindow ? io.contentWindow.document : io.contentDocument ? io.contentDocument : io.document;
jqform detail:
 * jQuery Form Plugin
 * version: 2.39 (19-FEB-2010)

Thanks.