Is there a more accurate way to handle progress bar info

Last post 03-19-2009, 9:45 AM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  03-12-2009, 7:04 AM 49792

    Is there a more accurate way to handle progress bar info

    Hello,
    The file upload progress information is good when it come to smaller file size or a small amount of files to be uploaded, when a file that is about 400MB needs to be uploaded or over 250 files(1 kb each) need to be uploaded the progress will be shown for the files as done but the uploader page would not refresh except after a while.
    is tehre a way to know when exactly the whole upload process is complete.
    Thanks
  •  03-12-2009, 1:20 PM 49815 in reply to 49792

    Re: Is there a more accurate way to handle progress bar info

    Hi,
     
    The CuteWebUI_AjaxUploader_OnPostback is the event for end of all files.
     
     
    Regards,
    Terry
  •  03-19-2009, 8:07 AM 50065 in reply to 49815

    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.
  •  03-19-2009, 9:45 AM 50073 in reply to 50065

    Re: Is there a more accurate way to handle progress bar info

    Hi,
     
    You can show an animation gif on the CuteWebUI_AjaxUploader_OnPostback event and wait the postback finish.
     
    Regards,
    Terry
     
View as RSS news feed in XML