]> git.imager.perl.org - imager.git/blob - samples/samp-tags.html
- added sample code for handling images uploaded via a HTML form.
[imager.git] / samples / samp-tags.html
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-tags.cgi" method="post" 
7      enctype="multipart/form-data">
8      <p>File: <input type="file" name="image" /></p>
9      <p><input type="submit" value="Report Image Tags" /></p>
10     </form>
11   </body>
12 </html>