Search

You searched for the word(s): progress bar
Showing page 3 of 30 (299 total posts) < 1 second(s)
  • Re: Adding a progress bar to image and document uploads

    There are 2 change si made to the code   taken from upload.asp (renamed upload2.asp to save original code) *************************************************** <html> <head>  <meta name=''vs_targetSchema'' content=''http://schemas.microsoft.com/intellisense/ie5''>  <title>Upload ...
    Posted to Cute Editor for ASP (Forum) by eastwood on May 20, 2004
  • Re: Is there a more accurate way to handle progress bar info

    Hello, What I need is to display to the user incase of large files that the upload is still in progress, the ajax uploader would show the upload as 100% complete and it takes the page a while to post back, I need to display some kind of other visual indication that the upload is still in progress before tha page postback Thanks.
    Posted to Ajax Uploader (Forum) by wassimsa on March 19, 2009
  • Re: AjaxUpload progress bar distortsing my table. What can I do to fix?

    Hi,   Uploader will show the progress panel after the Uploader control.   If you want to move it to another place, please try this :   <CuteWebUI:Uploader ID=''Uploader1'' runat=''server'' ProgressCtrlID=''Panel1'' ProgressTextID=''Label1''></CuteWebUI:Uploader> <asp:Panel ID=''Panel1'' ...
    Posted to Ajax Uploader (Forum) by cutechat on May 5, 2010
  • Re: Custom Progress Template - Can I get *minutes* remaining?

    Dear srotkin,   Please refer to the following snippet: <%@ Page Language=''C#'' Title=''Total Progress'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on May 2, 2011
  • Re: Customising the progress bar

    Megaman:  UploaderBase.ProgressPicture Property How i use the ProgressPicture on VB Tried this for C#, but don't know what i have to write on VB.  protected override void OnLoad(EventArgs e)     {         base.OnLoad(e);         ...
    Posted to Ajax Uploader (Forum) by Adam on May 25, 2009
  • customizing progress bar

    I'm able to change the location of the progress bar using  ProgressCtrlID and ProgressTextID but unless i'm doing something wrong it appears I cannot show the progress text above the progress bar or within the progress bar.  Text is always shown below the bar.   In addition, my designer wants to show the Total file progress such ...
    Posted to Ajax Uploader (Forum) by BostonMerlin on March 16, 2010
  • AjaxUpload progress bar distortsing my table. What can I do to fix?

    When I select the files to upload, the progress bar will distort the table where the button is. Basically, it expands the row so that the progress bar fits into the table. I need the progress bar to display under the table. In my example, you'll see how the table row will expand according to the amount of files.  I'm not even sure why the ...
    Posted to Ajax Uploader (Forum) by vmhatup on May 5, 2010
  • Progress Bar Percent styles

    I am using the AJAX Uploader and it works great.  My only issue is that my site is on a black backround and as the file is uploading, I dont see the Percentage in the progress bar until it gets around 50% completed.  I've tried changing the backround:   but the text inside the progress bar remains invisible until it reaches ...
    Posted to Ajax Uploader (Forum) by dans530 on July 14, 2009
  • Re: Custimazion in Progress bar info

    Dear I  make a same function and it is firing but it will not displaying the Progress so please check whats worn in this code   <tr valign=''top'' align=''left''> <td> <div id=''queuediv'' style=''display: none;''> <div id=''queuedivtablecontainer''> </div> <panel id=''Panel1'' ...
    Posted to Ajax Uploader (Forum) by jainpraveen75 on April 16, 2010
  • Re: How to disable the creation of queue table and the default progress bar?

    Hi deepakkumarjoshi, Try this way     protected override void OnLoad(EventArgs e)    {        //UploadAttachments1 is the id of uploader        UploadAttachments1.GetItemsTable().Visible = false;       ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 21, 2010