I want to asking one question how to redirect to another page after using $this->response->download;
by cakephp 2 .I already use :
$this->response->download($new_file_name);
print($output);
$this->Flash->success(__('The file has been successfully export.'));
return $this->redirect(array('action' => 'index'));
but it not working well. Is it any another way ?Thanks