Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Simulate a click on the Upload button using javascript
Re: Simulate a click on the Upload button using javascript
04-02-2009, 11:24 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Simulate a click on the Upload button using javascript
Reply
Quote
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