Home All Groups Group Topic Archive Search About
Author
25 May 2005 11:00 AM
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

Author
25 May 2005 11:16 AM
Karl Seguin
Nayak:
Check out:
http://www.4guysfromrolla.com/webtech/091201-1.shtml

You'll want to use an HtmlFileUpload control (<input type="file"
runat="server" ... />)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)


Show quoteHide quote
"Nayak" <udayvku***@yahoo.com> wrote in message
news:ObZFKiRYFHA.1044@TK2MSFTNGP10.phx.gbl...
> 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
>