It looks like you're new here. If you want to get involved, click one of these buttons!
TravisN. said:If the div is hidden, try placing the uploadify code in to
$(#div_id_here).ready(function(){ .... });
instead of a document.ready, that way it should load uploadify when the div is shown ( this method should also work for dialogs ). Alternatively and the proven way to do it, is to set the height of the div to 0, keep it visible and simply reset the height when you need to show it.