Welcome Guest, Not a member yet? Register   Sign In
Zip + redirect in the same controller
#1

[eluser]cotejf[/eluser]
Hi guys,
it looks like I'm missing something here...

I have a function that add some files to a zip and that finally download the .zip file.


{
.....
$this->zip->download($camp_name . '_qrs.zip');
redirect('/cms/events');
}


The download is working perfectly but the next line is not executed. What am I missing?

Thanks a lot and have a great one
#2

[eluser]cotejf[/eluser]
if someone got an idea, it could be really appreciated...

thanks
#3

[eluser]toopay[/eluser]
Code:
redirect('cms/events');




Theme © iAndrew 2016 - Forum software by © MyBB