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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating a new directory on server

Status
Not open for further replies.

jimberger

Programmer
Jul 5, 2001
222
0
0
GB
Hi,

I am trying to write a ASP page that will create a new directory folder on the web server and then upload a file to that area. I know the code to upload a file to a directory but i'm stuck on writing the code to create a new directory folder. any ideas?

thanks for your help
 
Not sure if this will help, but I wrote a document management application a couple of years back. I think I used Asp Simple Upload to manage the file transfer part - anyway, if the user specified a path that didn't exist (i.e. a new directory) then these were created automatically when the file was uploaded. I can't be sure, but I think this was the default behavior for the web server? Have you tried this?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top