Re: POST problems

2002-09-20 Thread Rob Mueller
PROTECTED] Sent: Friday, September 20, 2002 8:52 AM Subject: POST problems Hi all. Having a curious problem with the POST command with all CGI scripts on a particular server (Apache/1.3.14 (Unix) (Red-Hat/Linux) DAV/1.0.2 PHP/4.0.6 mod_perl/1.24). Basically, it doesn't work. Form inputs

Re: POST problems

2002-09-20 Thread Anthony Heading
On Fri, Sep 20, 2002 at 08:22:11AM +0930, Corey Durward wrote: Having a curious problem with the POST command with all CGI scripts on a particular server (Apache/1.3.14 (Unix) (Red-Hat/Linux) DAV/1.0.2 PHP/4.0.6 mod_perl/1.24). Basically, it doesn't work. Form inputs are treated as though the

POST problems

2002-09-19 Thread Corey Durward
Hi all. Having a curious problem with the POST command with all CGI scripts on a particular server (Apache/1.3.14 (Unix) (Red-Hat/Linux) DAV/1.0.2 PHP/4.0.6 mod_perl/1.24). Basically, it doesn't work. Form inputs are treated as though the inputs were blank. It doesn't appear to be a permissions

Re: multipart POST problems

1999-12-13 Thread Doug MacEachern
On Thu, 18 Nov 1999, John S. Evans wrote: I've been attempting to write a perl module that handles POSTs of type multipart/form-data, and have been having a rough time. I'm using Apache::Request to process the request. I have dumped the content-type of the incoming request, and verified

multipart POST problems

1999-01-17 Thread John S. Evans
This is a resend - for some reason I'm having problems sending to the list from my main email account. Doh! -jse I've been attempting to write a perl module that handles POSTs of type multipart/form-data, and have been having a rough time. I'm using Apache::Request to

RE: multipart POST problems

1999-01-17 Thread Tubbs, Derric L
of my form submission methods and everything works fine, no matter how the information was submitted. -- From: John S. Evans[SMTP:[EMAIL PROTECTED]] Sent: Thursday, November 18, 1999 5:54 PM To: modperl Cc: [EMAIL PROTECTED] Subject: multipart POST problems