Wininet : Cache problem
-
hi, im trying to download a file with : InternetReadFile [B]or[/B] URLDownloadToFile. i did succeed to work with those functions - [B]BUT![/B] i want to download from the server and not use the cache files. i did tried to add some flags of no cache use but with no success. anyone got any inlights? Avi. visit me at www.laviadlab.com
-
hi, im trying to download a file with : InternetReadFile [B]or[/B] URLDownloadToFile. i did succeed to work with those functions - [B]BUT![/B] i want to download from the server and not use the cache files. i did tried to add some flags of no cache use but with no success. anyone got any inlights? Avi. visit me at www.laviadlab.com
Hi, Have you tried
DeleteUrlCacheEntry
to get rid of the actual url, so it has to download the url again? regards, Rich "Programming today is a race between software engineers striving to build bigger and better idiot-proff programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook