ASP.NET - Local Folder / Directory Browser

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
 
B

bruce barker

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top