Welcome Guest, Not a member yet? Register   Sign In
File download help required
#2

[eluser]Computerzworld[/eluser]
I have slightly changed my code and now I am getting file contents in new window. But the file doesn't download. Here is the modifictation that I have made.
Code:
function forceDownload()
    {
        $this->load->helper('download');
        $data = file_get_contents(base_url().'/uploads/files/admin_uploadedFile/'.$this->fileName); //<-- change in code
        $name = $this->fileName;        

        force_download($name, $data);
        }


Messages In This Thread
File download help required - by El Forum - 06-24-2008, 03:30 AM
File download help required - by El Forum - 06-24-2008, 03:45 AM
File download help required - by El Forum - 06-24-2008, 03:49 AM
File download help required - by El Forum - 06-24-2008, 03:51 AM
File download help required - by El Forum - 09-24-2008, 10:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB