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.
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.
Re: Creating folder on web sever