Hiding Upload Button while Uploading

  •  07-30-2012, 9:39 AM

    Hiding Upload Button while Uploading

    I've tried using the following;
     
    function CuteWebUI_AjaxUploader_OnStart() {
                 hidden.internalobject.insertBtn.style.display = 'none'
            }
     
     
    But to no avail. Any help would be greatly appreciated.
     
     
    Nevermind, got it working.
View Complete Thread