Re: Cakephp 2.3.x Sending Files and forcing the download of a mp4 file

2013-03-07 Thread Simon Males
It's just an example of a model retrieving an array which contains a filename. So you don't need it. It's essentially a placeholder for you own code. On Tue, Mar 5, 2013 at 4:15 AM, Evan Jenkins evanhjenk...@gmail.com wrote: I'm using cakephp 2.3.1 I want to force download a mp4 file per

Cakephp 2.3.x Sending Files and forcing the download of a mp4 file

2013-03-05 Thread Evan Jenkins
I'm using cakephp 2.3.1 I want to force download a mp4 file per http://book.cakephp.org/2.0/en/controllers/request-response.html#cake-response-file In my 'view' I have the following code which is correctly searching for the filename, and finding the file name, and displaying the download