Welcome Guest, Not a member yet? Register   Sign In
Download helper problem - Please help!
#1

[eluser]Unknown[/eluser]
I am using force_download to transfer a text file to desktop.
But somehow I can't not get the whole contents of the file.
No matter the file size, the last few lines are always missing.
I hope someone can help me. Thanks!

Here is my code:
{
$this->load->helper('download');
$data = trim(file_get_contents("./tmp/some.txt")Wink;
$name = 'foo.txt';
force_download($name, $data);
}
#2

[eluser]Nanodeath[/eluser]
Uh...don't trim?
#3

[eluser]Unknown[/eluser]
there is no difference. If I trim the $data string, I may get more lines.




Theme © iAndrew 2016 - Forum software by © MyBB