File: samp-tags.html

package info (click to toggle)
libimager-perl 0.75-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,532 kB
  • ctags: 3,278
  • sloc: ansic: 24,109; perl: 21,732; makefile: 13
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>