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

  •  05-11-2009, 6:40 AM

    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 Complete Thread