New to PerlMagick... trying to figure this out...

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
Ryland

Re: New to PerlMagick... trying to figure this out...

Post by Ryland »

The problem isn't with ImageMagick; your script isn't handling the file upload. File uploads aren't automatic, they have to be processed. Here's a tutorial on how to handle file uploads in Perl.

http://www.sitepoint.com/article/upload ... s-cgi-perl

Hope this helps.
Post Reply