CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    62

    Unhappy 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.

  2. #2
    Join Date
    Dec 2001
    Posts
    6,332

    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?

  3. #3
    Join Date
    Oct 2005
    Posts
    62

    Re: Creating folder on web sever

    thanx for the help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured