1

How do I get an OpenFileDialog in ASP.NET without using the FileUpload control?

1
  • 1
    what do you want to do with the OpenFile dialog ? Commented May 17, 2010 at 14:58

2 Answers 2

2

If the Silverlight avenue is an option, the Silverlight OpenFileDialog might be worth considering.

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.