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

    How to upload files on a homepageserver

    hi
    i wanna write a prog in vb that can upload files, for example txt files.
    Someone got an code or can help me.
    thanx


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How to upload files on a homepageserver

    You can use the code at http://codeguru.developer.com/vb/articles/1852.shtml to ftp files to and from an FTP server.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    Nov 1999
    Posts
    1

    Re: How to upload files on a homepageserver

    i guess you can use ftp.
    it's better to use directly wininet.dll without inet control.

    http://codeguru.developer.com/vb/articles/1852.shtml

    is great useful for you.



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