Re: Can we change Position for "Upload Multiple Files" Button Postion?

  •  02-13-2009, 10:27 AM

    Re: Can we change Position for "Upload Multiple Files" Button Postion?

    Hi,
     
    What is your browser ? and do your server use some HtmlWriter component ? or WebControl Adapters ?
     
    I checked the code, and found this:
     
    <button>Upload&nbsp;multiple&nbsp;files</button>
     
    It should not be there.
     
    the uploader should render button like this:
     
    <input type="submit" name="ctl00$ContentPlaceHolder1$Uploader1$_Insert" value="Upload File" id="ctl00_ContentPlaceHolder1_Uploader1__Insert" />
     
    Regards,
    Terry
View Complete Thread