Php Download Script - Webmasters - Nairaland
Nairaland Forum › Science/Technology › Webmasters › Php Download Script (468 Views)
1 Reply
| Php Download Script by CALEB65(op): 8:44am On Dec 18, 2013 |
pls fellow webmasters I created a php download script for my site, but it downloads d file directory name instead of the filenam... Pls help me fix this... The code....... $name =$_GET['name']; $path='upload/'; If(is_file($path . $name)){ Header('Content-type:audio/mp3'); Header('Content-length'.$size); Header('content-disposition:attachment; filename'. $path); Echo file_get_contents($path . $name); } else {echo''File not found'';} |
In Dire Need Of Pictures • Naitalk Now On Nairaland • 15,000 Naira Can Fix All Your Website Needs... Find Out How»»