Hi,
I'm trying to manually start the browsing window. I'm using the following code, which works in IE:
this.ClientScript.RegisterStartupScript(this.GetType(), "startBrowse", "function CuteWebUI_AjaxUploader_OnInitialize(){var hidden=this;hidden.startbrowse();}", true);
I've set the UploadType to IFrame. Again, this works in IE perfectly, but I can't get the browse window to open in firefox. Any Ideas?