Sending File for Download to browser in CakePHP

Sending File for Download to browser in CakePHP

Below code can be helpful

$this->response->file($this->DIR.$file, array(‘download’ => true, ‘name’ => “$file”));

 

 

 

Share this post

Leave a Reply

Your email address will not be published. Required fields are marked *