Welcome Guest, Not a member yet? Register   Sign In
How can I download a file and load a view? is it possible?
#1

[eluser]jpganz[/eluser]
Hi,

Ive been trying to download a file and load a view, but doesnt work, seems like after the force_download runs nothing else is preceded... any other way to do it? I also tried loading the view and inside the view after all the html code foce the download, the result.. the same white screen.

Any help would be appreciated.
Thanks!

here is my code

Code:
$this->load->helper('download');
$img_url = base_url().'images/myimage.jpg';
$data = file_get_contents($img_url);
$name = 'promocion_flights.jpg';
force_download($name, $data);
$this->load->view('views/my_view',$data);


Messages In This Thread
How can I download a file and load a view? is it possible? - by El Forum - 07-31-2012, 08:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB