Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Folder

Status
Not open for further replies.

discusmania

IS-IT--Management
Oct 24, 2000
158
AP
Hello ....
I want the visitor to my web page enable to create a folder in my server and get a read and write permission to the server so that they can create and modify files in the server.

how to do that?

thanks
 
Hi,
you have to provide them with a file manager created by you using ASP. You implement the folder creation and deletion via the FileSystemObject. This is described in detail in most ASP books, epecially the Wrox books.
However, there might be a component that you can buy. Look at
You need to remember to set the users up with change permission on their root directory. These permissions will cascade down onto the directories that they have created.
You might want to only give read and write on their parent directory and create a database directory which has the change permissions on it. This will be more secure.

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top