|
-
May 2nd, 2001, 10:33 AM
#1
Thread Starter
New Member
URLdownloadtofile call the same file in cache
Hi ALL VB fan,
Using C++ to implement urldownloadtofile to download
the latest version of file is so easy. API Function ready available.
But if you implement urldownloadtofile in visual basic, it will always download the same version of file from cache momery.
Anyone can help me the code to solve this problem.
Thanks
TC YU
-
May 5th, 2001, 01:09 AM
#2
Conquistador
you could possibly try downloading the file, to the local filename, with the date on the end:
e.g.
Filename = "c:\update05052001.exe"
that might stop it from taking it from the cache...
just an idea, because i was thinking about the IE download resume, which only works, with the same, download path and local path
-
May 5th, 2001, 03:11 AM
#3
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|