Re: missing param from post using apache::request

2004-07-09 Thread Joe Schaefer
Joe Schaefer <[EMAIL PROTECTED]> writes: [...] > Still digging though... Bug found in src/apreq_parsers.c:split_urlword. The problem is that apreq_decode can fail if a bucket ends in the middle of an escape sequence, which causes the parser to abort. This will be fixed before 2.04-dev is relea

Re: missing param from post using apache::request

2004-07-09 Thread Joe Schaefer
"Ken Burcham" <[EMAIL PROTECTED]> writes: > Actually, one weird thing is that if I use CGI.pm instead of > Apache::Request the parm is there just fine... Maybe it handles > it differently or something... Sorry, I haven't been able to reproduce the bug (using Mozilla to submit the form) yet.

RE: missing param from post using apache::request

2004-07-09 Thread Ken Burcham
m: Stefan Loones [mailto:[EMAIL PROTECTED] > > Sent: Friday, July 09, 2004 10:26 AM > > To: [EMAIL PROTECTED] > > Subject: Re: missing param from post using apache::request > > > > In my experience you need to set enctype="multipart/form-data" > &

RE: missing param from post using apache::request

2004-07-09 Thread Ken Burcham
mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 10:26 AM > To: [EMAIL PROTECTED] > Subject: Re: missing param from post using apache::request > > In my experience you need to set enctype="multipart/form-data" in > your form tag,

RE: missing param from post using apache::request

2004-07-09 Thread Barksdale, Ray
nt: Friday, July 09, 2004 10:26 AMTo: [EMAIL PROTECTED]Subject: Re: missing param from post using apache::request In my experience you need to set   enctype="multipart/form-data"   in your form tag, whenever you use a textarea or a file upload.So must be:"http://gcxdev.cc

RE: missing param from post using apache::request

2004-07-09 Thread Barksdale, Ray
Ken Burcham [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 10:05 AM > To: [EMAIL PROTECTED] > Subject: Re: missing param from post using apache::request > > I guess the simplest thing is to say the form below, when posted > to the handler below, drops the

Re: missing param from post using apache::request

2004-07-09 Thread Stefan Loones
In my experience you need to set   enctype="multipart/form-data"   in your form tag, whenever you use a textarea or a file upload. So must be: "http://gcxdev.ccci.org/aptest" enctype="multipart/form-data" method="post" /> Stef Ken Burcham wrote: I guess the simplest thing is to say the fo

Re: missing param from post using apache::request

2004-07-09 Thread Ken Burcham
I guess the simplest thing is to say the form below, when posted to the handler below, drops the sys_bundle field. Thanks, ken. =-=-=-=-=-=-=- form: --- http://www.w3.org/TR/html4/loose.dtd";> Box tool test http://gcxdev.ccci.org/aptest"; method="post"/> sys_action sys_name sys_communit

Re: missing param from post using apache::request

2004-07-09 Thread Joe Schaefer
"Ken Burcham" <[EMAIL PROTECTED]> writes: > Hey guys, > > I submitted a bug report to [EMAIL PROTECTED] and it got returned > without comment... (maybe it was the wrong place?) so I guess i'll > post it here since I know Joe Schaefer monitors this list :). Yup, I'm here. Problems with param

missing param from post using apache::request

2004-07-09 Thread Ken Burcham
Hey guys,   I submitted a bug report to [EMAIL PROTECTED] and it got returned without comment... (maybe it was the wrong place?)  so I guess i'll post it here since I know Joe Schaefer monitors this list :).  Any ideas what's going on here?  Thanks! ken. -8<-- Start B