This is what was causing the uploader to fail in IE.
Setting the document.domain conflicts with the uploader.
Not sure why, but we decided to remove it for this page and give up the fuctionality that it helped to provide that involved crossdomain/iframe communications.
- <scipt type="text/javascipt" language="javascipt">
-
- //this looks like it isn't doing anything but it is. the domain has to be set, even if only to itself
- //in oder to allow the iFames to run scripts fom the paent page
- document.domain = document.domain;
-
- </scipt>