Re: Apache::Upload filehandle

2001-08-01 Thread Doug MacEachern
On Fri, 13 Jul 2001, Jay Buffington wrote: > Okay, that didn't fix the problem, but I have figured it out. > > Apache::Upload returns the filehandle as being blessed into Apache::Upload. >Whenever I send the filehandle to Image::Magick it thinks that it is a url of type >Apache: (kind of li

Re: Apache::Upload filehandle

2001-07-13 Thread Jay Buffington
Okay, that didn't fix the problem, but I have figured it out. Apache::Upload returns the filehandle as being blessed into Apache::Upload. Whenever I send the filehandle to Image::Magick it thinks that it is a url of type Apache: (kind of like file: or http:). If I bless the filehandle into

Re: Apache::Upload filehandle

2001-07-12 Thread darren chamberlain
Jay Buffington <[EMAIL PROTECTED]> said something to this effect on 07/11/2001: > I'm trying to use image magick to manipulate images that are > uploaded via http. To handle the uploaded images I'm using > libapreq's Apache::Upload. > > I wrote the below simple example script to help explain my

Apache::Upload filehandle

2001-07-11 Thread Jay Buffington
I'm trying to use image magick to manipulate images that are uploaded via http. To handle the uploaded images I'm using libapreq's Apache::Upload. I wrote the below simple example script to help explain my problem. When an image is uploaded to it I get this error in the apache error log: Imag