Advanced Multi Uploader Support Product Page

Solved

Not working properly in IE9

Reported 22 Apr 2011 00:05:50
1
has this problem
22 Apr 2011 00:05:50 steve neale posted:
Anyone having problems with this in IE9. I'm having to resort to IE8 compat mode.

I can select files but clicking upload first time does nothing, second time it just sticks on "uploading..." and does nothing else. The page doesn't stick, can navigate away ok.

Official Solution

Replied 23 Jan 2012 11:09:04
This has being fixed in the latest version of the extension.

Please download and install it.

Greetings,
George

Replies

Replied 07 Jun 2011 23:13:38
07 Jun 2011 23:13:38 Stephen Hartigan replied:
I'm having the exact same problem in IE9.

Any time frame on fix for this?
Replied 02 Aug 2011 16:32:37
02 Aug 2011 16:32:37 Bruce Wilkie replied:
Exact same problem here. IE9 on PC with Vista Ultimate SP2 (yeah, I know, I'll upgrade to Win 7 eventually)
Replied 11 Sep 2011 12:28:42
11 Sep 2011 12:28:42 michael roselli replied:
I have the same problem with both IE9 and Firefox 6.0


QuoteI can select files but clicking upload first time does nothing, second time it just sticks on "uploading..." and does nothing else. The page doesn't stick, can navigate away ok.

Replied 21 Sep 2011 20:17:57
21 Sep 2011 20:17:57 Les Crowley replied:
Broken in MSIE 9 Firefox 6 and Google Chrome.

A fix for this would be great! It's holding me up on two projects.
Replied 09 Nov 2011 15:41:46
09 Nov 2011 15:41:46 George Petrov replied:
Hi All,

After a very, very extensive and long investigation it turned out that it is working fine in all browsers but IE9.

It was very difficult to find because most of our sites are using the Active Content flash embedding and that made the Multi Uploader also work fine in IE9!

However with regular <OBJECT> embed that the latest versions of Dreamweamweaer use and also it was used by the Advanced Multi Uploader - IE9 broke ... because of the mixure of OBJECT/EMBED tag.

**** THE SOLUTION ****
The fix is actually very easy.

just add a conditional if around the EMBED tag:

so:
    <embed src="dmxMultiUploader.swf" name="upload1" quality="best" flashvars="<%=pau.flashvars()%>&formName=UploadQueue" wmode="transparent" type="application/x-shockwave-flash" width="550" height="350" pluginspage="http://www.macromedia.com/go/getflashplayer" />    


should become:
      <!--[if !IE]>-->
    <embed src="dmxMultiUploader.swf" name="upload1" quality="best" flashvars="<%=pau.flashvars()%>&formName=UploadQueue" wmode="transparent" type="application/x-shockwave-flash" width="550" height="350" pluginspage="http://www.macromedia.com/go/getflashplayer" />    
    <!--<![endif]-->    


That is all! We will make sure we fix it in the future updates but for now you can change it manually.

Sorry for the long investigation but it was really difficult to find.

Greetings,
George
Replied 23 Jan 2012 11:09:04
23 Jan 2012 11:09:04 George Petrov replied:
This has being fixed in the latest version of the extension.

Please download and install it.

Greetings,
George

Reply to this topic