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”));
There are certain formal settings (like a conference, meeting or classroom) where... read more
Best method to change Laravel's default timestamps: Step 1: Override const in specific... read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
"if ( $this->input->is_ajax_request() ) { // your code here... }" read more
Login to Admin panel Click on People Click on Roles and create Custom Role... read more
While Google is quite generous in giving each user a lot of... read more
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
"To Fix ""Error Establishing a Database Connection in WordPress"": Open wp-config.php file and... read more
Create a DIR in your laravel app root and name it "myapp", you... read more
Leave a Reply