Also,

if I change tmpfile() similar to Leif Wang:

(download() method):
$tempfile = tmpfile();
to:
$tempfile = fopen("/tmp/test.pdf", "w+");

then the download works.



On May 4, 9:22 pm, Darko Lombardo <[email protected]> wrote:
> Hi,
>
> I have setup another Ubuntu 9.10 server with the same result.
> I just can not Download .pdf or .odt file.
>
> With .pdf I get OK output.rl pdf file but nothing is returned to IE or
> Firefox.
> With .odt I get OK output.odf odt file but only a file of 0 size to IE
> or Firefox.
>
> What is wrong.
> I have checked /tmp and /var/tmp are both fully privileged.
>
> Please, help.
>
> Regards,
> Darko
>
> --
> You received this message because you are subscribed to the Google Groups 
> "mwlib" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/mwlib?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mwlib?hl=en.

Reply via email to