The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
  <head>
    <title>Sample form for Imager handling of uploaded images</title>
  </head>
  <body>
    <form action="/cgi-bin/samp-scale.cgi" method="post" 
     enctype="multipart/form-data">
     <p>File: <input type="file" name="image" /></p>
     <p><input type="submit" value="Scale Image" /></p>
    </form>
  </body>
</html>