Welcome to the new Uploadify Community Forums. We've made the switch from PHPBB to Vanilla Forums in hopes of controlling the SPAM more efficiently. We hope this change doesn't suck so much. Also, don't forget to wrap your code in tags. You can quickly insert code using ctrl + f.
I lost some messages that were posted on February 4th. If you posted a message or reply on February 4th, please do so again. Sorry about the inconvenience.
fileUploadSettings & jQueryUI DialogModal
  • Hi,
    In fact the fileUploadSettings function works when I don't use a DialogModal.
    At the first run, it works and fails, when I reopen the jQuery Diadog Modal.

    I also tried to add a function to the open event :
    jQuery("#dialog").dialog({ autoOpen: false, bgiframe: true, modal: true, width: 700, resizable: false,
    open: function(event, ui) {
    jQuery('#fileInput').fileUploadSettings('scriptData', '&demandeid=' + $get('demandeid').value);
    }
    });

    But it doesn't work...
    Stan
  • I've had plenty of problems with the jQuery DialogModal. So much so, that i just now use the HTML it generates and hide/show it myself. It doesn't play well with a lot of things...
  • I have the exact same problem with modal dialogs (only on internet explorer), hopefully will be resolved in future releases

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!