Re: During upload is in progress i need to change text of InserButton to "Uploading...."

  •  03-14-2013, 12:07 PM

    Re: During upload is in progress i need to change text of InserButton to "Uploading...."

    Hi,

     

    Yes, the API is

     

    //Fires when upload is stopped and not do postback
    function CuteWebUI_AjaxUploader_OnStop()
    {
        var hidden=this;
        hidden.internalobject.insertBtn.style.display=''
    }

    And you can refer to all API at http://www.ajaxuploader.com/document/scr/html/JavaScript-API.htm

     

    Regards,

     

    Ken 

View Complete Thread