in reply to
Getting attachments from request in perl
I just had to change:
my $req = new CGI;
to:
my $req = $m->cgi_object;
and now it works perfectly. Thank you for your time.
Comment on
Re: Getting attachments from request in perl
Select
or
Download
Code
In Section
Seekers of Perl Wisdom