How do I get a pathname in ASP.NET?

Posted by Wayne Werner on Stack Overflow See other posts from Stack Overflow or by Wayne Werner
Published on 2010-05-26T15:25:26Z Indexed on 2010/05/26 15:31 UTC
Read the original article Hit count: 282

Filed under:
|
|
|

Hi,

I'm working on an internal web app and I need to get a directory path from the user. I (obviously) can use the asp:FileUpload to get a file but I can't find anything to just get a directory path.

Is there any (preferably simple) way to have a directory-chooser dialog in asp.net? I haven't been able to find any solution on Google or SO yet...

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about path