
Andrew.Koebrick at state
Jul 7, 2009, 1:01 PM
Views: 6643
Permalink
|
It looks like I figured out my problem with the missing $Request->Form data. I have RequestBinaryRead set to "Off". Turning this off gives me content in $Reqest->Form, but it unfortunately seems to then break CGI.pm. I had ReqestBinaryRead turned off because of a different problem I was having back in 2004 with POST data truncation: http://www.mail-archive.com/asp [at] perl/msg02159.html So it looks like at this point CGI.pm and Apache::ASP are at odds. Any thoughts on getting them to play well together? Andrew Koebrick --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|