How do I get an OpenFileDialog in ASP.NET without using the FileUpload control?
2 Answers
If the Silverlight avenue is an option, the Silverlight OpenFileDialog might be worth considering.
Comments
Note that ASP.NET merely renders the HTML file input, and the browser handles the rest. If you want different behavior, you'll need to do something on the client side, like JavaScript, Flash, etc.
I would start with Uploadify, which uses jQuery and Flash.