Page 1 of 1

Posted: Thu Apr 10, 2003 6:48 am
by BackupUser
Restored from previous forum. Originally posted by Kendrel.

iam using the follow code to download a http file... it works, but since the file is stored temporary, it doesnt actually download a new version sometimes...

If URLDownloadToFile_(0, URL$+IPListFileName$, IPListFileName$, 0, 0) 0
MessageRequester("Info!", "Couldn't Download IPList!", 0)
EndIf

probably someone of you knows a better way, that will actually download the file EVERY time...

thx for you time,

kendrel

Posted: Thu Apr 10, 2003 7:09 am
by BackupUser
Restored from previous forum. Originally posted by dmoc.

If your using IE try adjusting the settings for temp internet files. In the past IE's cache has caused me many problems.

Posted: Thu Apr 10, 2003 7:25 am
by BackupUser
Restored from previous forum. Originally posted by Kendrel.

well yes, but i cant obey other users of the programm to change the settings i think.

iam sure there should be an other way where the file actually gets downloaded EVERY time :), and that is what iam looking for :)

Posted: Thu Apr 10, 2003 7:26 am
by BackupUser
Restored from previous forum. Originally posted by Insomniac.

Delete the URL from cache first.

See this topic viewtopic.php?t=2035

Insomniac - Registered PB User