OpenFileDialog in ASP.NET

  • Thread starter Thread starter Nayak
  • Start date Start date
N

Nayak

On my web page, I want to let the user be able to browse for a file and
select it. The file should be either on his client. I will in my ASP parse
the content of the file. The user should be presented the File open dialog
box to pick his file.

I am using ASP.Net with C# as the code behind
 
Back
Top