Luc Willems wrote:
> 
> it seems that the "Content-type" must be
> "application/x-www-form-urlencoded" before we can get anything out of
> the content() routine from mod_perl :-(
> 
> #Get posted XML query
> $len = $Request->{TotalBytes};
> $Request->{asp}->{r}->read($i,$len);
> 

I'll change the Apache::ASP code to read() instead 
of content() just for this reason.  I might only
parse it for Form() if "application/x-www-form-urlencoded"
but at least it'll be there for BinaryRead()

Thanks for figuring this out.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to