Welcome Guest, Not a member yet? Register   Sign In
Download Helper
#3

[eluser]helmutbjorg[/eluser]
You need to put the data into the info array like so:

Code:
$this->load->helper('download');
            $info['data'] = @file_get_contents("com/resume.pdf");
            $info['name'] = 'com/elan_trybuch_resume.pdf';


Messages In This Thread
Download Helper - by El Forum - 03-09-2010, 03:05 PM
Download Helper - by El Forum - 03-09-2010, 07:04 PM
Download Helper - by El Forum - 03-09-2010, 08:15 PM
Download Helper - by El Forum - 03-09-2010, 08:33 PM
Download Helper - by El Forum - 03-09-2010, 08:47 PM
Download Helper - by El Forum - 03-09-2010, 09:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB