ASP.NET - Local Folder / Directory Browser

  • Thread starter Thread starter webbertsolutions
  • Start date Start date
W

webbertsolutions

I am looking for something that works like
<INPUT id="fileUpload" type="file" runat="server">
but will only accept a directory/folder as input.

For clarity...
Click on button
Navigate to some directory
Click OK
The fully qualified path of the directory selected is returned into a text box.


No real restrictions on the solution. It can be a custom control, script, 3rd party
solution, etc.


Thanks,
Dave
 
you need to write an active/x control. it won't be safe, so you will need to
get your users to trust your site.

-- bruce (sqlwork.com)


|
| I am looking for something that works like
| <INPUT id="fileUpload" type="file" runat="server">
| but will only accept a directory/folder as input.
|
| For clarity...
| Click on button
| Navigate to some directory
| Click OK
| The fully qualified path of the directory selected is returned into a text
box.
|
|
| No real restrictions on the solution. It can be a custom control, script,
3rd party
| solution, etc.
|
|
| Thanks,
| Dave
 
Back
Top