File: file_upload.html

package info (click to toggle)
libwww-mechanize-perl 2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,080 kB
  • sloc: perl: 4,623; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
<form method="post" enctype="multipart/form-data">
  <input type="file" name="document">
  <input type="text" name="another_field">
  <input type="submit">
</form>