RE: FreeBSD Apache/mod_perl/OpenSRS/expat problem + solution

2002-06-09 Thread Mike Melillo
I came across the same problem while trying to install a bunch of XML modules via the CPAN module. It was pretty frustrating when the module installations kept dying when it got to expat, even after a installed the expat port time and time again. I think I solved the problem similarly to the wa

Image::Size, TT, and mod_perl Question

2002-05-21 Thread Mike Melillo
I posed this question to the Template Toolkit list and got no response, so I figured I'd give this list a shot... - Hello, below is some code I have in a mod_perl handler that checks to see if an uploaded image is less than 300 pixels tall or wide. Everything seems to be w

undef Upload object

2002-05-20 Thread Mike Melillo
I am trying to have a user upload an image and I am getting an undef $apr->upload object. Here is the code: your picture (size limit: 30k) sub upload { my ($r) = shift; my $apr = Apache::Request->new($r); my $status = $apr->parse; my $upload = $apr->

$r->args vs $r->content

2002-05-14 Thread Mike Melillo
riginal Message- From: Issac Goldstand [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 4:39 AM To: Mike Melillo Cc: [EMAIL PROTECTED] Subject: Re: $r->args vs $r->content   Quoting Mike Melillo <[EMAIL PROTECTED]>:   > > Hi, >   > One of the field

RE: $r->args vs $r->content

2002-05-13 Thread Mike Melillo
/13/02, Mike Melillo wrote: >It works, but if I use the method in the eagle book for POST requests >%params = $r->content; then nothing gets returned. I've even printed >%params to the apache errlog with DataDumper, and its empty. > >One of the fields is an image file that

$r->args vs $r->content

2002-05-13 Thread Mike Melillo
Hi, I'm having issues processing user input via POST requests. I have a simple form page, that when you click submit I just want to redisplay the page but with the values filled in. If I do a GET request and do %params = $r->args; It works, but if I use the method in the eagle book for POST re

File does not exist/ error

2002-04-28 Thread Mike Melillo
 PerlSetVar TickerTable user:user_nm:password  PerlSetVar TicketExpires   10     Any ideas why Apache wouln’t recognize the Location Tag and look for the file instead?   Thanks,     Mike Melillo