Re: [OT] Re[2]: temporal directory used by apache/mod-perl?

2003-06-18 Thread Hector Pizarro
That will do it, thanks! Hello Hector Pizarro, Wednesday, June 18, 2003, 12:21:54 AM, you wrote: HP Apache::Request has a bug, it doesn't throw an error code when the file is HP partially uploaded. That's why I'm using Apache read() instead. Any idea HP how tosetup the temporal directory

Re: temporal directory used by apache/mod-perl?

2003-06-17 Thread Hector Pizarro
= /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

temporal directory used by apache/mod-perl?

2003-06-16 Thread Hector Pizarro
there, is it possible to setthis in mod_perl, apache or I have to do it in the linux itself? if it is the last one,any idea where? Any information will be welcome, thanks people. -- Hector Pizarro Amautatech

apache::request parse() doesn't capture abort error

2003-06-13 Thread Hector Pizarro
files, how could I check which files are correctly uploaded, and which ones are incomplete? Any help would be great people, thanks. -- Hector Pizarro Amautatech