Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Show file browser dialog on page load
Re: Show file browser dialog on page load
08-05-2009, 9:21 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Show file browser dialog on page load
Reply
Quote
Tim
You can try the 'startbrowse' method of the uploader object :
<script>
var uploader=document.getElementById('<%=Uploader1.ClientID%>');
uploader.startbrowse();
</script>
But it will not work for :
Silverlight v3.0
Flash v10
Regards,
Terry
View Complete Thread