Results 1 to 37 of 37

Thread: VB6 Simple Async-Download-Ctl for multiple Files

Threaded View

  1. #32
    Fanatic Member
    Join Date
    Apr 2021
    Posts
    616

    Re: VB6 Simple Async-Download-Ctl for multiple Files

    Sorry to resurrect an old thread, but the code does what I need (and probably what some others need)...just one thing, is there any way to get the return headers for each downloaded file? I plan to download 1000s of files (not ALL at once, I'll manage the order queue somehow) but I need the return headers for the returned file so I can check for certain information...thanks in advance!

    Also, I'm perfectly happy with you suggesting a different method for doing async downloading of files...this was just one of the first results I saw, and seemed to do the job fine. I currently download with WinHTTP as it gives the return headers, but isn't async.

    Edit: I did a little digging of my own, and it seems AsyncDownload doesn't offer access to return headers...I suppose I will need to set up an Inet usercontrol to do what I need, I've done it before but didn't really want the hassle of debugging it like I had back then :-)
    Last edited by SmUX2k; Oct 30th, 2024 at 06:43 PM.

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