Re: custom upload button

  •  07-05-2010, 7:02 AM

    Re: custom upload button

    I created my own button and append this javascript on the onclick function
     
    btnAddFiles.Attributes.add("OnClick","document.getElementById('" & Myform.clientId & "_fileUploader').startupload();return false;")
View Complete Thread