Dear Thorpe,
Won't it be possible making some changes to the following code also...
header("Content-type: application/octet-stream");
header("Content-disposition: attachment; filename=file.zip");
The above code offers me to download the file to a desired location.
With minor changes may be in the 'Content-disposition' parameter, can I download the file directly to a specified location?
I am really in need of this functionality...
.
I wonder, can't this be done using php?
Then certainly this is a drawback of the language.