$filename=$this->dispatcher->getParam(0);
$extension = pathinfo($filename, PATHINFO_EXTENSION);
$outFile = DIR_PUBLIC.'attachments/'.$filename;
$this->output_file($outFile, basename($filename), $extension);
i get file name and path file but download notworking How to download this files.