Sending File for Download to browser in CakePHP
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”));
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
A recent research report has revealed that more than 90% of all... read more
While Google is quite generous in giving each user a lot of... read more
As per official bootstrap documentation about "sr-only CSS class": Always add labels Screen readers... read more
After a lots of headache, I find the solutions. I am using... read more
Below are the steps: 1) Open File Explorer 2) Click on View Tab 3) Click/Check... read more
With our data increasingly moving to the cloud, chances are that whenever... read more
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error: Class... read more
Fork a Repo. A fork is a copy of a repository. Forking... read more
Best method to change Laravel's default timestamps: Step 1: Override const in specific... read more
Leave a Reply