OpenFileDialog for Web

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to add an OpenFileDialog control for the Web?
I'm really looking for something where the user can choose the directory in
their local machine. My first thought was to use the OpenFileDialog for this.

I have VS.Net 2003 v1.1.

Thanks.
 
For "pure" web you are largely limited to <input type="file"/>; the browser
can then render this appropriately, e.g. with a "Browse..." button relevant
to the local OS

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top