Page 1 of 1

How can I DL a file without sharing it online?

Posted: Tue May 14, 2002 5:53 pm
by gotDNS
I need to have a DL for files without sharing it online.....the user puts in the hard-drive path and it gives them the DL box. thanks

Posted: Tue May 14, 2002 11:37 pm
by jason
Well, you could do something where the person types in the path, then submits it.

PHP would copy the file from the path location, move it to something in the public web directory, and allow the user to download it. When the user is done downloading it, the script deletes the file.

Just a thought?