Start Browse manually not working in firefox

Last post 09-19-2009, 9:56 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  09-18-2009, 9:58 AM 55731

    Start Browse manually not working in firefox

    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?
  •  09-19-2009, 9:56 AM 55745 in reply to 55731

    Re: Start Browse manually not working in firefox

    Hi,
     
    There's no way to implement that feature ,
     
    because Firefox do not support inputfile.click() to show the dialog.
     
    the user must click the <input type=file/> to show that dilaog in Firefox
     
    Regards,
    Terry
     
View as RSS news feed in XML