Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How to Show the progress bar for each rows, like in http://workspace.office.live.com
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:
Oldest to newest
Newest to oldest
Previous
Next
10-20-2010, 2:12 AM
64516
deepakkumarjoshi
Joined on 10-20-2010
Posts 12
How to Show the progress bar for each rows, like in http://workspace.office.live.com
Reply
Quote
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
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How to Show the progress bar for each rows, like in http://workspace.office.live.com
Reply
Quote
Hi,
You need customize the queue ui at first :
http://ajaxuploader.com/document/scr/create-custom-queue-table.htm
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