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

    Http file transfer

    I want to copy a file from my local machine to a server use http not ftp.
    I have tried to use the wininet api as well as the internet transfer control...however I have had trouble finding any example or documentation

    Any help will be appreciated!

    Thanks in advance


  2. #2
    Guest

    Re: Http file transfer

    wininet.dll documentation is hard to find.. however you can find some good examples on the msdn site.. a few of the functions are explained with examples.. search httpsendrequest on msdn..


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