Re: Hiding Upload Button while Uploading

  •  08-07-2012, 11:58 AM

    Re: Hiding Upload Button while Uploading

    'onProgress'     : function (evt, queueID, fileObj, response, data) {
    $(\"#id1\").empty(this).append(\"<div id=\\"id2\\"> The text you would like to insert while upload started in place of the button </div> \"); 
    }
    });
    Place this to the end of the .uploadify({


    Best Regards,
    Navin Patel-Affiliate Manager
    Minisuit Affiliate Program
    Minisuit DOT com
View Complete Thread