Download help!
Posted: Mon Sep 27, 2004 9:31 am
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:
but that just brings me to the page rather than asking the me for a location to save the file.
Any help appreciated!
Joe
Code: Select all
<a href="test/$file">Download</a>Any help appreciated!
Joe