Re: Custimazion in Progress bar info

  •  04-15-2010, 9:17 PM

    Re: Custimazion in Progress bar info

    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
View Complete Thread