|
-
January 2nd, 2006, 06:57 AM
#1
Creating folder on web sever using VB 6.0
Hi,
i want to write an application using vb 6.0. in this i am uploaing the files using vb 6.0 to webserver. now i want to do it as month wise, means every months folder will get create on webserver like "jan2006" or "feb2006" etc. suppose i want to upload any file in january 2006 then it will check is there any folder of name jan2006 , if present then it will store that file into that folder (i.e. on web), if not present then it should create & then upload(or store) that file into that folder. can it is possible using vb6.0. if yes then pls tell me the procedure.
Last edited by query4u; January 2nd, 2006 at 07:36 AM.
-
January 2nd, 2006, 09:28 AM
#2
Re: Creating folder on web sever
If you have the proper permissions, you can have a script on the server create the folder, but you can't do it remotely without something to accept the commands. The way you do it will depend on the server capabilities, such as ASP, PHP, etc.
Please remember to rate the posts and threads that you find useful.
How can something be both new and improved at the same time?
-
January 3rd, 2006, 04:11 AM
#3
Re: Creating folder on web sever
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|