₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,134 members, 8,420,505 topics. Date: Thursday, 04 June 2026 at 10:37 PM

Toggle theme

Php Download Script - Webmasters - Nairaland

Nairaland ForumScience/TechnologyWebmastersPhp 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'';}
1 Reply

234

In Dire Need Of PicturesNaitalk Now On Nairaland15,000 Naira Can Fix All Your Website Needs... Find Out How»»