Apache2::Upload and End of file found error

2006-12-05 Thread cfaust-dougot
Hi, I'm trying to use Apache2::Upload as shown in the examples and the only thing I get is "End of file found" in the error log. I've found quite a few messages on the subject, but I'm not using Mason and I'm using libapreq2.0.7.1. I've tried the fh and slurp methods and both are the same.

Apache2::Upload and End of file found error Part 2

2006-12-06 Thread cfaust-dougot
From: cfaust-dougot [mailto:[EMAIL PROTECTED] Sent: Tue 12/5/2006 1:28 PM To: modperl@perl.apache.org Subject: Apache2::Upload and End of file found error Hi, I'm trying to use Apache2::Upload as shown in the examples and the only thing I get is "End of file found" in

Re: Apache2::Upload and End of file found error Part 2

2006-12-06 Thread Fred Moyer
4) Take a look at Apache::DBI instead of keeping $db in a global - $db = ISMH::ConnectDBUser->connect_to_db(); HTH - I think the simple issue to fix your problem is don't use a global $CGI object FWIW Thanks -Chris ____ From: cfaust-dougot [mailto:[E

RE: Apache2::Upload and End of file found error Part 2

2006-12-07 Thread cfaust-dougot
there no way to get them to work together?? Thanks -Chris From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Thu 12/7/2006 2:33 AM To: cfaust-dougot Cc: modperl@perl.apache.org Subject: Re: Apache2::Upload and End of file found error Part 2 cfaust-dougot wrot

Re: Apache2::Upload and End of file found error Part 2

2006-12-07 Thread Fred Moyer
use of CGI.pm completely, is there no way to get them to work together?? Thanks -Chris From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Thu 12/7/2006 2:33 AM To: cfaust-dougot Cc: modperl@perl.apache.org Subject: Re: Apache2::Upload and End of file found erro

RE: Apache2::Upload and End of file found error Part 2

2006-12-08 Thread cfaust-dougot
pm's "escape" and "unescape" methods I won't need CGI.pm at all.. Thanks! > > > From: Fred Moyer [mailto:[EMAIL PROTECTED] > Sent: Thu 12/7/2006 2:33 AM > To: cfaust-dougot > Cc: modperl@perl.apache.org > Subject: Re: Apache2::Up

Re: Apache2::Upload and End of file found error Part 2

2006-12-08 Thread Perrin Harkins
cfaust-dougot wrote: >>Argh you're right - since it was created in the global hash I thought it >>was part of the globals and didn't look closely enough. Yep, I was just making sure.. That makes it even more of a mystery though, don't you think? Well, although the CGI object is not a global