On Wed, 2005-03-16 at 11:24 +0530, Joshua N Pritikin wrote:
> I'm trying to get parameters from multipart/form-data.

D'oh!  I was passing the request object into CGI::Simple.

  CGI::Simple->new($r);

I guess I should pass in nothing, e.g.:

  CGI::Simple->new();

Now I'm getting a different error:

   '.cgi_error' => '500 Bad read on multipart/form-data! wanted 880, got
0',

Any clue what is going on?

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

Reply via email to