]> git.imager.perl.org - imager.git/blame - samples/samp-scale.html
add a stopword to pass spellcheck
[imager.git] / samples / samp-scale.html
CommitLineData
da4e0283
TC
1<html>
2 <head>
3 <title>Sample form for Imager handling of uploaded images</title>
4 </head>
5 <body>
6 <form action="/cgi-bin/samp-scale.cgi" method="post"
7 enctype="multipart/form-data">
8 <p>File: <input type="file" name="image" /></p>
9 <p><input type="submit" value="Scale Image" /></p>
10 </form>
11 </body>
12</html>