Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Configurability
Configurability
Last post 12-02-2009, 8:14 PM by
Kenneth
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
12-02-2009, 2:00 PM
57540
EJLindsay
Joined on 04-28-2005
Posts 1
Configurability
Reply
Quote
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
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Configurability
Reply
Quote
Hi EJLindsay,
Try properties "ShowProgressBar" and "ShowProgressInfo", like below.
<CuteWebUI:UploadAttachments runat="server" ID="UploadAttachments1" ShowProgressBar="False"
ShowProgressInfo="False">
</CuteWebUI:UploadAttachments>
Regards,
ken