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”));
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... read more
In simple words, class is a user defined datatype. Which have its... read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
"To Fix ""Error Establishing a Database Connection in WordPress"": Open wp-config.php file and... read more
Simple structure to pin the flow to developers mind for project IS ... read more
The character set named utf8 uses a maximum of three bytes per... read more
While Google is quite generous in giving each user a lot of... read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
Have you ever read emailed somebody and spent time wondering whether they... read more
Login to Admin panel Click on People Click on Roles and create Custom Role... read more
Leave a Reply