Sha256: d2156c67390fa863f2d94e91b6479ec8a0e5ec43329fcc17c5e8b2236276f4f8

Contents?: true

Size: 381 Bytes

Versions: 3

Compression:

Stored size: 381 Bytes

Contents

<html>
  <head>
    <title>File Upload Form</title>
  </head>
  <body>
    <h1>File Upload Test</h1>
    <form enctype="multipart/form-data" action="/file_upload" method="post">
      Your name: <input type="text" name="name" /><br />
      File to process: <input name="userfile1" type="file" /><br />
      <input type="submit" value="Send File" />
    </form>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mechanize-0.4.1 test/htdocs/file_upload.html
mechanize-0.4.2 test/htdocs/file_upload.html
mechanize-0.4.3 test/htdocs/file_upload.html