Joe Cuervo wrote: > Joe Cuervo wrote: > >> Net_Test wrote: >> >>> >>> Or perhaps, is there a program that downloads from servers >>> but does not cache? >>> >> >> >> http://www.getright.com/ >> > > > ...but yeah, downloading the file to a temp directory > then copying it from there is a bad idea. > > > >
It's been discussed before ... the reason being so that the download can actually begin before the user presses the 'Save' button and choses a location. Although under *NIX, once the user selects a location, we should move the temporary file to the new location if it's on the same partition. That way you only have one file.
