hi,

I need to select a directory using asp.net.Using the file control will select the files from the directory.But i need the user to select the directory itself in which he wants to save the file..

Is it possible?

Thanks in advance

Regards

Exelio:)

Recommended Answers

All 2 Replies

The File Control presents a standard "File Open" dialog. You have no control over the user's OS. They can certainly navigate their own directory structure.

You can use TreeView control for that operation. Add nodes that represent folders in which you allow files to be saved. Be sure to grand read/write/delete user rights on that folders on server.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.