On Wed, 2005-03-16 at 17:51 +0530, Joshua N Pritikin wrote:
> Now I'm getting a different error:
> 
>    '.cgi_error' => '500 Bad read on multipart/form-data! wanted 880, got
> 0',

Ah, I see.

Careful examination of CGI.pm suggests that STDIN no longer works for
POST data.

I changed all the sysreads from STDIN to use Apache->request->read and
it started working again.

I'll file a patch on cpan.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to