File: upload.html

package info (click to toggle)
rivet 0.5.0-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,676 kB
  • ctags: 1,345
  • sloc: sh: 8,394; xml: 6,622; ansic: 4,367; tcl: 2,813; makefile: 101; lisp: 78; sql: 25
file content (4 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
<form action="foo.rvt" enctype="multipart/form-data" method="post">
<input type="file" name="MyUpload"></input>
<input type="submit" value="Send File"></input>
</form>