Download Problems in CakePHP

0

I'm doing a Upload and Download system through CakePHP, this is basically all right, I'm only having a small problem, when I download a .PPT file that is already in my files directory, the browser points to a failure Download, file not found.

echo $this->Html->link('', '/files/'.$files['File']['filename'], array('download' => $files['File']['filename'], 'escape' => false, 'class' => 'fa fa-download'));

The above code is downloading any type of file only those with .ppt extension that gives problem.

    
asked by anonymous 01.11.2016 / 18:32

0 answers