Page 1 of 1

Download help!

Posted: Mon Sep 27, 2004 9:31 am
by Joe
I was wondering. Is there any function that allows you to download a file from the server. I have created a small script which shows the files in the /test/ directory and beside each file is a button to download the file. Now, I originally made it like:

Code: Select all

<a href="test/$file">Download</a>
but that just brings me to the page rather than asking the me for a location to save the file.

Any help appreciated!


Joe 8)

Posted: Mon Sep 27, 2004 10:36 am
by feyd
[devnet]+force +download[/devnet]

Posted: Mon Sep 27, 2004 10:51 am
by Joe
Thanks feyd, that is exactly what I required. Problem solved!