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
While Google is quite generous in giving each user a lot of... read more
Create a DIR in your laravel app root and name it "myapp", you... read more
If you are a victim of Browser Modifier Virus ( malware ) Browser... read more
BrowserModifier:Win32/Neobar is malware which changes various browser data without notifying you. Windows... read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
Unable to negotiate with 140.211.10.43: no matching key exchange method found. Their... read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... 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