vi_srikanth has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks

Is there a way in mod_perl to upload a file (HTML POST), without using Apache2::Request?

Thanks
Srikanth

Replies are listed 'Best First'.
Re: mod_perl - File Upload
by dorward (Curate) on Aug 08, 2006 at 13:41 UTC
    AFAIK the usual suspects (CGI.pm et al) still work - but why avoid Apache2::Request?

      I am having problems with CGI upload!

      And I managed to install modperl in the server. But, having difficulties in installing Apache2::Request. Thats y.

      Is there a way through Apache2::RequestRec or Apache2::RequestIO? Thanks Srikanth