Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8360499
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T11:28:56+00:00 2026-06-09T11:28:56+00:00

I already read all of the similar threads about this same issue of loading

  • 0

I already read all of the similar threads about this same issue of loading a plupload widget inside a jquery ui dialog, but didn’t get it to work in IE9 (FF and Safari both work fine).

The problem is that in IE9 the Silverlight version of plupload gets loaded because html5 file handling isn’t supported by IE9. Somehow the Add files button isn’t pressable, the Start upload button is however. From what I’ve read so far this is being caused by the UI dialog being hidden before I open it. Several people suggested using a call to refresh on the uploader widget, but that doesn’t make a difference.

The relevant Javascript code looks as follows:
$(“#upload-widget-container”).dialog({
autoOpen: false,
show: “blind”,
hide: “fold”,
modal: false,
width: 660,
height: 400,
resizable: false
});

$("#upload-widget").pluploadQueue({
        runtimes : 'html5,silverlight,flash,browserplus',
        container: 'upload-widget-container',
        url : 'upload.php',
        max_file_size : '100mb',
        chunk_size : '1mb',
        unique_names : true,
        filters : [
            {title : "Image files", extensions : "jpg,gif,png"},
            {title : "Zip files", extensions : "zip"},
            {title : "Bin files", extensions : "bin"}
        ],
        flash_swf_url : '/js/plupload/plupload.flash.swf',
        silverlight_xap_url : '/js/plupload/plupload.silverlight.xap'
    });

    $('.upload-button').live('click', function(e)
        {
            $('#upload-widget-container').dialog("open");
            var uploader = $('#upload-widget').pluploadQueue();

            uploader.bind('StateChanged', function() {
                if (uploader.files.length === (uploader.total.uploaded + uploader.total.failed)) {
                    // Done uploading
                    for (var i=0; i < uploader.files.length; i++)
                    {
                        if (uploader.files[i].status == plupload.DONE)
                        {
                            alert(uploader.files[i].id + ' ' + uploader.files[i].name);
                        }
                    }
                }
            });
        }
    );

The markup looks like this:

<div id="upload-widget-container">
    <div id="upload-widget"></div>
</div>

<a class="upload-button green-button-148" href="#" rel="1234">Upload</a>

Any ideas of how to get this working in IE9/Silverlight? As shown in the code above the lines to refresh the plupload object and setting the z-index of the .plupload div didn’t make a difference.

Update: it actually looks like an IE9 problem, because if I use the silverlight runtime of plupload in FF and Safari it works fine. So it’s the combination of plupload, a jquery ui dialog, silverlight and IE9.

Update 2: So I made a plain vanilla test page with no other markup, css or js. This removed the possibility of other scripts or markup or styling interfering with the workings of this.
However it still doesn’t work in IE 9 (Version: 9.0.8112.16421).

However if I remove the line that includes the jQuery UI theme CSS it does work and the Add Files button is clickable.
Any new ideas with this new information? I’m guessing it has to do with a display property in the UI theme CSS or something like that.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T11:28:58+00:00Added an answer on June 9, 2026 at 11:28 am

    So I finally found it after fiddling with the jQuery UI CSS. I changed the overflow property of the .ui-dialog class from hidden to visible and that seems to do the trick:

    Changed this line:
    /.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }/

    into this:
    .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: *bold*visible; }

    Quite frankly I’m not sure why the overflow property of the dialog causes this to happen in IE, but I’ll just use this hack for now to make it work at least. Thanks IE for taking away another couple of hours of my life. And especially thanks to you guys for helping me out, I’ll give you some kudos. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I already read many article about this issue in here, SO. I just want
I have already read all the previous similar posts but I couldn't find a
I just want what my title says.I have already read all the previous similar
Scenario Having already read a post on this on the same site, which didn't
I have read all the similar question on SO already and none of the
i've already read all tha articles in here wich touch a similar problem but
First of all, I have searched and read similar threads and I have tried
I've already asked similar question on this issue on stack overflow already, but I
I've read all similar topics already with no luck, so I'm posting a new
I already read this trick in the cookbook: http://book.cakephp.org/2.0/en/models/model-attributes.html#usetable Now I would like to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.