|
 |
asptoday_discuss thread: Create a directory on the server
Message #1 by "Peng Yee Nar" <agapepn@s...> on Sun, 26 May 2002 14:38:27
|
|
Hi,
I am trying to upload files to the server. How do I use ASP coding to
create a directory/folder on the server, then upload the files to the
destination?
Thanks.
Message #2 by "Bryan Ax" <axb@a...> on Tue, 28 May 2002 08:22:01 +0900
|
|
Check out the FileSystemObject.
www.4guysfromrolla.com/webtech/faq/FileSystemObject/faq1.shtml
Your user will need to have read and write permissions for a parent
folder in order to create new folders.
The upload is a bit more difficult. I believe there's a good article
(and some open source components for doing the upload) at
www.codeproject.com.
Bryan Ax
Subject: Create a directory on the server
From: "Peng Yee Nar" <agapepn@s...>
Date: Sun, 26 May 2002 14:38:27
X-Message-Number: 2
Hi,
I am trying to upload files to the server. How do I use ASP coding to
create a directory/folder on the server, then upload the files to the
destination?
Thanks.
---
END OF DIGEST
|
|
 |