Inactivate or hide browse button

  •  06-18-2010, 10:38 AM

    Inactivate or hide browse button

    Using CuteWebUI:UploadAttachments is there a way to inactivate or hide the select files button after an upload. I am using the example below and the button disapears while i am uploading muliple files but when it finishes and displays the completed files list it reappears.
     
    function CuteWebUI_AjaxUploader_OnStart() {

    var hidden = document.getElementById('<%=Uploader1.ClientID %>');

    hidden.internalobject.insertBtn.style.display = 'none'

    }

     
View Complete Thread