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
Major Differences are: Git and Mercurial are the two most popular Distributed Version... read more
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400... read more
In simple words, class is a user defined datatype. Which have its... read more
One of the reasons why smart phones have become so popular is... read more
With our data increasingly moving to the cloud, chances are that whenever... 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
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
Create a DIR in your laravel app root and name it "myapp", you... read more
Leave a Reply