Configurability

Last post 12-02-2009, 8:14 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  12-02-2009, 2:00 PM 57540

    Configurability

    I want to be able to turn off the progress bar and other features of the Ajax Uploader.  When I upload a small file the progress bar simply flashes and the text cannot be read.
     
    What features can  be cofigured both at design time and programmatically.
     
    Jay
  •  12-02-2009, 8:14 PM 57546 in reply to 57540

    Re: Configurability

    Hi EJLindsay,
     
    Try properties "ShowProgressBar" and "ShowProgressInfo", like below.
     
     
      <CuteWebUI:UploadAttachments runat="server" ID="UploadAttachments1" ShowProgressBar="False"
                ShowProgressInfo="False">
            </CuteWebUI:UploadAttachments>
     
    Regards,
     
    ken
View as RSS news feed in XML