Tricky one, folder path picker control

A

Amit Desai

Guys, I need to write a webcontrol that will allow the user to browse to a
mapped folder or shared folder, check to see if they have access perms to
the folder, and then convert the path to a fully qualified unc path to be
saved to a db.

Any ideas how I can do this?

Amit
 
N

Nicholas Paldino [.NET/C# MVP]

Amit,

You won't be able to do that unless you install an ActiveX control or a
..NET control on the client side (and if you use the .NET control, you might
need special permissions to browse the network as well).

If you can do either of these (both of which require permissions to be
granted on the client in some way), you can easily call out to the directory
browser (through unmanaged code or through .NET).

Hope this helps.
 

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

Top