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”));
One of the reasons why smart phones have become so popular is... read more
After a lots of headache, I find the solutions. I am using... read more
The character set named utf8 uses a maximum of three bytes per... read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
There are certain formal settings (like a conference, meeting or classroom) where... read more
"if ( $this->input->is_ajax_request() ) { // your code here... }" read more
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
A recent research report has revealed that more than 90% of all... read more
Best method to change Laravel's default timestamps: Step 1: Override const in specific... read more
Simple structure to pin the flow to developers mind for project IS ... read more
Leave a Reply