Thread: Forced Download
View Single Post
Old 09-19-2007, 02:52 PM   #1 (permalink)
mortisimus
The Contributor
 
mortisimus's Avatar
 
Join Date: Sep 2007
Location: London, UK
Posts: 47
Thanks: 4
mortisimus is on a distinguished road
Default Forced Download

This script will get the file name from a url, it will assume that all files to be downloaded are on the same level as the download file, e.g:

Where to place the download file:
downloads/
download.php
[all other files]


File Linkage:
If you want to link to the file, use this sort of html code:
Code:
<a href="download.php?file=foo.html">Download</a>
In the example above the folder format would be:
/
file-linking-to-download.html
/downloads/
download.php
foo.html
Attached Files
File Type: zip download.zip (521 Bytes, 144 views)
mortisimus is offline  
Reply With Quote
The Following 3 Users Say Thank You to mortisimus For This Useful Post:
Andrew (01-07-2008), reborn (12-20-2007), Wildhoney (01-06-2008)