Re: Unable to See "Select File" dialog in complex web page

  •  01-11-2013, 4:36 PM

    Re: Unable to See "Select File" dialog in complex web page

    Place the following at the top of the page, as suggested by Ken, and the problem goes away.

     

    <div style="display: none">

    <CuteWebUI:UploadAttachments runat="server" ID="hideuploader">

    </CuteWebUI:UploadAttachments>

    </div>

View Complete Thread