Re: Simulate a click on the Upload button using javascript

  •  04-02-2009, 11:24 AM

    Re: Simulate a click on the Upload button using javascript

    Dar,
     
    You can try .onclick() insead of the .click():
     
    var uploader=document.getElementById('<%=ajaxUploader.ClientID%>')
    uploader.startbrowse()
     
    for Flash10 , it would show a blocked warning panel.
     
    Regards,
    Terry
     
     
View Complete Thread