OpenFileDialog

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

Guest

Hi all
How can i use openfiledialog in web form or if there is something like that
thanks
 
What do you intend to do with it? If you want to show files on the
server there really isn't any control or anything built into ASP.Net to
do that; however if you want to allow your users to select a file on
their own machine and upload it to the server then you can use the
HtmlInputFile control. Here's a link to a page that describes both
uploading and downloading files, it should be able to help you with this.

http://www.ondotnet.com/pub/a/dotnet/2002/04/01/asp.html

Have A Better One!

John M Deal, MCP
Necessity Software
 
Back
Top