Re: Apache 2.0.47, modperl 1.99.09 and CGI::Simple -- file uploads not working

2003-10-23 Thread Jacob Fugal
Ok, everyone, sorry to have bothered you with this. Turns out it didn't have anything to do with modperl or apache, but that I was just missing some stuff from CGI::Simple. By default, CGI.pm (which I was used to) enables file uploads of unlimited size; by contrast CGI::Simple's default is to disab

Re: Apache 2.0.47, modperl 1.99.09 and CGI::Simple -- file uploads not working

2003-10-22 Thread Stas Bekman
Jacob Fugal wrote: Hello all, I'm working on a site under Apache 2.0.47 with modperl 1.99.09. As mp2 is being actively developed I'd suggest upgrading to 1.99_10 if possible. I've got most everything working right in my server setup, I can get and set cookies, get input variables from forms/etc