Apache::Request has a bug, it doesn't throw an error code when the file is
partially uploaded. That's why I'm using Apache read() instead. Any idea
how tosetup the  temporal directory for mod-perl without Apache::Request?

> What's wrong with TEMP_DIR ?
>
>  my $apr = Apache::Request->new($r, TEMP_DIR => "/home/httpd/tmp");
my
>  $upload = $apr->upload('file');
>  $upload->link("/home/user/myfile") || warn "link failed: $!";
>
> see: perldoc Apache::Request
>
> --
> WBR, Mike P. Mikhailov
>
> mailto: [EMAIL PROTECTED]
> ICQ:    280990142
>
> My mother always used to tell me, "The early bird gets the worm."


--
Hector Pizarro
Amautatech


Reply via email to