open file button

  • Thread starter Thread starter nuhura01
  • Start date Start date
N

nuhura01

Hi,

I want to create an 'open file button' which will display open file
dialog box for users to choose the location of folders to be read. It
might be easy for Windows Application, but i want to do it from web
application. Can someone provide me any examples of code or
suggestions to solve it?

Thank you.
 
You are better off asking all ASP.NET questions in
'microsoft.public.dotnet.framework.aspnet'
 
You can put behind it runat=server
Cor

Thanks Cor, i have tried your sample, using INPUT type=file. However,
the button which I want to create is using asp control button. How I
want to call or use the INPUT type=file since it is not a member of
asp?
 

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