blitzget issues..

Blitz3D Forums/Blitz3D Programming/blitzget issues..

ckob(Posted 2007) [#1]
I have this weird bug with BlitzGet when i use it to download a file even if I change the file it downloads the unchanged file, for example if I have a file called Xnumber.txt and it has a 2 inside the file and I replace it with a file of the same name but put 3 instead of 2 it will download the file with a 2 until I clear my internet cache. Anyone have any ideas on how to fix this?
for some reason its using cached files instead of getting the new files.


ckob(Posted 2007) [#2]
still bashing my head off this one :(


b32(Posted 2007) [#3]
That sounds like the same thing that IExplore does when downloading files. Maybe you could delete the file in code ? I would look if there is a SystemProperty$() that holds the internet temp. folder, and then delete the file from there before downloading it the 2nd time.


ckob(Posted 2007) [#4]
ah ok checking it out thank you


ckob(Posted 2007) [#5]
there is one for tempdir but that doesnt seem to be the correct location.