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