Hi,
You can try this javascript function :
<script>
function CuteWebUI_AjaxUploader_OnProgress(enable,filename,begintime,uploadedsize,totalsize)
{
return "Hi, this is my runtime progress text";
}
</script>
you can calculate it , and return a custom string.
the return value also support %P%,%T%,%F%,%SEND%,%SIZE%,%KBPS%,%BPS%
Regards,
Terry