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

2003-06-18 Thread Mike P. Mikhailov
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 for mod-perl without

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
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

temporal directory used by apache/mod-perl?

2003-06-16 Thread Hector Pizarro
Hello, last week I asked about the problem I had with the partial uploaded files,and how Apache::Request never got the error code correctly. (By the way, thanks for the answer, looks like a bug) Well, the solution for me was to use Apache read() and parse the incoming data myself. Uf, what a job!

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

2003-06-16 Thread Mike P. Mikhailov
Hello Hector Pizarro, Tuesday, June 17, 2003, 1:47:04 PM, you wrote: HP Hello, last week I asked about the problem I had with the partial uploaded HP files,and how Apache::Request never got the error code correctly. (By the way, HP thanks for the answer, looks like a bug) Well, the solution for