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
"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.
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"
> &
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,
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
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
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
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
"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