File: upload.html

package info (click to toggle)
libapache2-mod-rivet 3.2.8-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,392 kB
  • sloc: tcl: 9,156; xml: 8,617; ansic: 7,071; sh: 5,040; makefile: 223; sql: 91; lisp: 78
file content (4 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
<form action="upload.rvt" enctype="multipart/form-data" method="post">
<input type="file" name="MyUpload"></input>
<input type="submit" value="Send File"></input>
</form>