ASP.NET 1.0 and 1.1 ProfessionalFor advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i am creating web page. in that i am puttingt one button "Select Folder/ File "... when i click on that button it should behave like browse button. when i select any folder/ File and click ok on open window .. that selectd folder/File path should display in text box..
Are you trying to get files from the server of from the users pc? If you mean from the users pc, use the HTMLInputFile control. that should give you the functionality you need.
"The one language all programmers understand is profanity."
thanks for ur reply. but i am trying to get the files and folders from both server & user pc. with htmlinputfile control we can get the file name only but i want to get slected folder path. after getting that path i want to put some files in that selected folder path