How to Show the progress bar for each rows, like in http://workspace.office.live.com

Last post 10-20-2010, 10:00 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  10-20-2010, 2:12 AM 64516

    How to Show the progress bar for each rows, like in http://workspace.office.live.com

    Hi!
     
    i have to show the upload progress as in workspace, for each file details row progress bar should come, how can i achive this , please! reply
    thanks! 
  •  10-20-2010, 10:00 PM 64543 in reply to 64516

    Re: How to Show the progress bar for each rows, like in http://workspace.office.live.com

    Hi,
     
     
    and you also need use the OnProgress event to get the progress information , by declare this function
     
    function CuteWebUI_AjaxUploader_OnProgress(enable,filename,begintime,uploadedsize,totalsize)
    {
       //write your code here
    }
     
    So you can write the progress information into the table row.
     
    Regards,
    Terry
     
View as RSS news feed in XML