Hi,
We recently have another customer who use jQuery to show the dialog,
And we found another thing,
We let he open the dialog after uploader initialized.
like this :
<script>
function CuteWebUI_AjaxUploader_OnInitialize()
{
ShowDialogPanel();
}
</script>
Regards,
Terry