I've got a script that uploads files, now I need to write one to download the files, and this is where I get stuck.
You see on uploading the files I renamed them to avoid conflicts, but kept a record of their original names in a db. Now I want a user to be able to click on a link and the script to send the file to the user with the original name.
Can this be done? if so how?
Thanks,
Nick