On Thu, 20 Jul 2000, Lukas Ertl wrote:

> I have a mod_perl app where I try to send mail via MIME::Entity, so that I
> can add attachments. To handle the file upload, I use Apache::Request, but
> I always get this error:
> 
> read-open image.jpg: No such file or directory at
> /usr/local/lib/perl5/site_perl/5.005/MIME/Body.pm line 407.

Please ignore my first post, I fixed it: when I use MIME::Lite instead of
MIME::Entity, I can pass a filehandle, which I get via $upload->fh.

Everything's working now.

Sorry for the inconvenience,

lg,
le

-- 
"Shit doesn't happen; shit is."
        -- anonymous

Reply via email to