Page 1 of 1

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

Posted: 2008-05-27T17:51:14-07:00
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.