Normal asp.net upload control is coming in firefox

Last post 05-11-2009, 6:40 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  05-11-2009, 6:20 AM 52030

    Normal asp.net upload control is coming in firefox

    Hi,
     
        when i click Browse file button in firefox then i am getting a Normal asp.net upload control. is there any way by that i can able to hide Normal asp.net upload control and fire the click event same time when user click browse file button.
     
    Regards
    Arun
     
     
     
     
     
     
    Filed under:
  •  05-11-2009, 6:40 AM 52032 in reply to 52030

    Re: Normal asp.net upload control is coming in firefox

    Arun,
     
    Firefox do not support input.click() method.
     
    It require the user click that button.
     
    gmail.com does the same thing.
     
    -
     
    You can try two way to improve it :
     
    1. server side if(isfirefox)uploader.UploadType="Flash" , force the users install the Flash
     
    2. set ShowFrameBrowseButton to true , and try it.
     
    Regards,
    Terry
     
View as RSS news feed in XML