File: samp-tags.html

package info (click to toggle)
libimager-perl 1.027%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,820 kB
  • sloc: perl: 32,971; ansic: 28,092; makefile: 52; cpp: 4
file content (12 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <title>Sample form for Imager handling of uploaded images</title>
  </head>
  <body>
    <form action="/cgi-bin/samp-tags.cgi" method="post" 
     enctype="multipart/form-data">
     <p>File: <input type="file" name="image" /></p>
     <p><input type="submit" value="Report Image Tags" /></p>
    </form>
  </body>
</html>