View Full Version : Bug: IE7 + Ext.Ajax.request form + fileUpload
seldon
8 Jun 2007, 5:16 AM
When doing a Ext.Ajax.request form file upload in ie7 a popup appears!! Somehow the iframe doesnt remain hidden. Anyone else experiencing this problem ?
Animal
8 Jun 2007, 10:04 AM
It's a known issue that has been reported. I think Jack has fixed his code.
I don't think IE allows you to do something as simple as
var myIframe = document.createElement("iframe");
document.body.appendChild(myIframe);
!
IGx89
11 Jun 2007, 6:12 AM
Here's the patch (http://extjs.com/forum/showthread.php?t=7197), so you can get it fixed right away :).
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.