Apache::Upload and Image::Magick problems

2001-08-04 Thread Jeffrey Hartmann
This is actually 2 problems in 1. I'm using Image::Magick and Apache::Request/Apache::Upload to upload images to my webpage, convert them to jpeg, and save them basically for my family to view. Now right now I'm using TMPFS in Linux 2.4.7 for a /tmp which could be part of my problem and I'm wond

Re: Apache::Upload and Image::Magick problems

2001-08-06 Thread Jeffrey Hartmann
quot;/tmp/apreqT2TdFO") = 0 close(32) = -1 EBADF (Bad file descriptor) ----- END OF PROGRAM OUTPUT --- - Original Message - From: "Joe Schaefer" <[EMAIL PROTECTED]> To: "Jeffrey Hartmann" <[EMAIL PRO

Apache::Upload bug?

2001-08-07 Thread Jeffrey Hartmann
Ok, for a the last couple days I've been searching out a problem I've been having with Apache::Upload and Image::Magick. The code consists mainly of:: @upload = $r->upload; foreach my $file (@upload) { my $fh = $file->fh; # There's some .ext checking here to get $type and some renaming