Unitrai

Sending File for Download to browser in CakePHP

5 June 2020

Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file"));      

Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file"));      
#Web

Share this post