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
 
Back
Top