CakePHP:Download file
Versione del 26 apr 2020 alle 21:54 di Andrea (discussione | contributi) (Creata pagina con "← Torna a CakePHP Category:CakePHP <pre> $this->response->file( $file_path, array( 'download' => true, 'name' => $report_title, )); return $this-...")
$this->response->file( $file_path, array( 'download' => true, 'name' => $report_title, )); return $this->response;