RobertCZ wrote:
Stas Bekman wrote:
RobertCZ
wrote:
I'm trying to create temp file in
PerlFixupHandler using File::Temp, write to it, send it to the client
and get the temp file automatically unlinked upon the end of the
request.
I keep getting file permission error.
2
Stas Bekman wrote:
RobertCZ
wrote:
I'm trying to create temp file in
PerlFixupHandler using File::Temp, write to it, send it to the client
and get the temp file automatically unlinked upon the end of the
request.
I keep getting file permission error.
2) you said:
$fh
RobertCZ wrote:
I'm playing with Apache::ImageMagick under mod_perl 2 and
Apache::compat (mainly because AIM needs Apache::File which is not
supported under mp2). AIM/mp2 returns the correct modified file but
with wrong file size (size of the original file, not the modified
one). It does
-8<-- Start Bug Report 8<--
1. Problem Description:
I'm trying to create temp file in PerlFixupHandler using File::Temp,
write to it, send it to the client and get the temp file automatically
unlinked upon the end of the request.
I keep getting file permiss