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

Hybrid View

  1. #1
    Join Date
    Sep 2002
    Location
    india
    Posts
    142

    Unhappy HttpOpenRequest method...

    hi all,

    I am using HttpOpenRequests Api with "PUT" to Open a request and using HttpSendRequestEx ,Internetwritefile and HttpEndRequest to transfer a file from client machine to server machine having IIS server.
    I am able to transfer a .dat file of 120MB.But the problem is that it takes approx. 121 sec to transfer the file.
    Is there a method to increase the speed of file transfer.

    thanking you,

    ashwath.

  2. #2
    Join Date
    May 2000
    Location
    Tucson, AZ
    Posts
    68
    1 MB per second (8 Megabits per second) seems pretty fast! You could look into compressing the file before sending it, but other than that, there's not much you can do.

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