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”));
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
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... 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
One of the reasons why smart phones have become so popular is... read more
As per official bootstrap documentation about "sr-only CSS class": Always add labels Screen readers... read more
Major Differences are: Git and Mercurial are the two most popular Distributed Version... read more
If you are a victim of Browser Modifier Virus ( malware ) Browser... read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
Leave a Reply