blitzget issues..
Blitz3D Forums/Blitz3D Programming/blitzget issues..| 
 | ||
| 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. | 
| 
 | ||
| still bashing my head off this one :( | 
| 
 | ||
| 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. | 
| 
 | ||
| ah ok checking it out thank you | 
| 
 | ||
| there is one for tempdir but that doesnt seem to be the correct location. |