Positioning the ProgressText

  •  07-30-2012, 9:04 AM

    Positioning the ProgressText

    I'm trying to position the ProgressText so that I have something like
     
    Uploading 17kb/2mb [ProgressBar here]
     
    As opposed the ProgressText always being underneath the progressbar.
     
    So far I've tried;
     
     
    <CuteWebUI:Uploader   ID="FileUploader1" ProgressTextTemplate="Uploaded %SEND%/%SIZE%" MaxFilesLimit="1" runat="server"  TempDirectory="~/UploaderTemp"    
    ProgressCtrlID="Panel1" ProgressTextID="Label1">                   
                           </CuteWebUI:Uploader  >  
                           <div style="clear:both;" ></div>  
                           < ID="Label1" runat="server" BorderWidth="5" BorderColor="Chocolate"></asp:Label>  
                           <asp:Panel ID="Panel1" BorderColor="Aqua" BorderWidth="5" runat="server"></asp:Panel>
     
    Any thoughts? 
View Complete Thread