Advanced Multi Uploader Support Product Page

This topic is locked
Answered

Advanced Multi Uploader with IE9 - [SOLVED]

Asked 07 Nov 2011 14:57:16
1
has this question
07 Nov 2011 14:57:16 sabine ienciu posted:
Advanced Multi Uploader ... I cannot use it anymore and on all the sites web I’ve put on, it does not work anymore. It is a big problem…

Replies

Replied 07 Nov 2011 16:10:49
07 Nov 2011 16:10:49 Vulcho Vulev replied:
Hello Sabine Ienciu. Can you explain your issue a little bit more detailed ? Also provide us with links to the pages where you experiencing problems ...

Regards: V.Vulev
Replied 08 Nov 2011 19:33:30
08 Nov 2011 19:33:30 sabine ienciu replied:
hi,
thanks for you answer.
i cannot give you the adress of all the site where that doesn't work (admin with password) but i've did a test on www.studiodelaforest.com/multi.php
that works in firefox but not in IE9...
What can i do?
Replied 09 Nov 2011 16:38:20
09 Nov 2011 16:38:20 Vulcho Vulev replied:
Hello Sabine Ienciu.

George Petrov found fix for this issue:

QuoteHi 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


Regards : V.Vulev

Reply to this topic