Hi,
Please try:
var uploader=document.getElementById("<%=Uploader1.ClientID%>");
uploader.browseclick()
But you need to know the browser or Flash compability issue.
for Firefox+IFrame mode, it would show the <input type=file> again.
for Flash10 , it may show 'Open File Dialog Blocked' message.
Regards,
Terry