Warren Young wrote:
Ian Cass wrote:

I guess you could play with this...

http://search.cpan.org/~tels/bignum-0.15/lib/bigint.pm

... and see if you can get CGI.pm using it.


Wouldn't you know it, but Lincoln Stein proposed something similar when I reported the problem to him. He says he'll be making that section of the code use Math::BigInt, which appears to be a related module.


Sorry for chiming in so late on this, but you might consider using the mod_perl interface directly for the file uploads, by first disabling Apache::ASP's file upload processing:

PerlSetVar RequestBinaryRead Off

And then using the Apache::Request interface to get the $apr->upload data.

Regards,

Josh
________________________________________________________________________
Josh Chamas, Founder    | NodeWorks - http://www.nodeworks.com
Chamas Enterprises Inc. | NodeWorks Directory - http://dir.nodeworks.com
http://www.chamas.com   | Apache::ASP - http://www.apache-asp.org



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



Reply via email to