CakePHP:Download file
$this->response->file( $file_path, array( 'download' => true, 'name' => $report_title, )); return $this->response;
$this->response->file( $file_path, array( 'download' => true, 'name' => $report_title, )); return $this->response;