Welcome Guest, Not a member yet? Register   Sign In
force_download return corrupt file
#1
Bug 

Here my code. It is success to download the file, but the file is corrupt. is it a bug ? or i miss something ? i use CI 3.x.
Many thanksĀ  Smile

Code:
$filename = 'something.docx';
$name = '/path/files/'.$filename.'';
        force_download($filename, $name);
Reply


Messages In This Thread
force_download return corrupt file - by arba - 12-06-2015, 07:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB