Fast to explain, but I can\'t get it to work:
In this simple code, the function force_download simply doesn\'t make any output.
$this->load->helper
Remove that echo $data."/".$filename; It should be like this
echo $data."/".$filename;
$this->load->helper('download'); $data = file_get_contents("modulos/".$filename); // Read the file's contents force_download($filename, $data);