Re: Problem with Apache2 mod_perl uploading a file

2003-10-28 Thread Volker Kroll
On Mon, 2003-10-27 at 17:36, Stas Bekman wrote: > Volker Kroll wrote: > > Hi, > > > > how do I enable File-uploads in mod_perl1.99 for Apache2? > > In Apache 1.3 I had to change some variables in Apache::Request but > > Apache::Request is not ported right now. How do I do it? I looked in the > > d

Re: Problem with Apache2 mod_perl uploading a file

2003-10-27 Thread Stas Bekman
Volker Kroll wrote: Hi, how do I enable File-uploads in mod_perl1.99 for Apache2? In Apache 1.3 I had to change some variables in Apache::Request but Apache::Request is not ported right now. How do I do it? I looked in the documentation, but it was not mentioned there, so, perhaps you can help me.

Problem with Apache2 mod_perl uploading a file

2003-10-27 Thread Volker Kroll
Hi, how do I enable File-uploads in mod_perl1.99 for Apache2? In Apache 1.3 I had to change some variables in Apache::Request but Apache::Request is not ported right now. How do I do it? I looked in the documentation, but it was not mentioned there, so, perhaps you can help me. Thanks in advance