Sha256: 6767ea74c2702c752bffae94733846beb2ed77f92590fae70424ae7133a6c89c

Contents?: true

Size: 746 Bytes

Versions: 7

Compression:

Stored size: 746 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="text" name="foo[aaron]" value="test" />
      <select name="foo">
      </select>
      <input type="submit" value="Send File" />
    </form>
    <form enctype="multipart/form-data" action="/file_upload" method="post">
      Your name: <input type="text" name="name" /><br />
      File to process: <input name="green[eggs]" type="file" /><br />
      <input type="submit" value="Send File" />
    </form>
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mechanize-0.5.2 test/htdocs/file_upload.html
mechanize-0.4.5 test/htdocs/file_upload.html
mechanize-0.4.6 test/htdocs/file_upload.html
mechanize-0.5.3 test/htdocs/file_upload.html
mechanize-0.4.7 test/htdocs/file_upload.html
mechanize-0.5.0 test/htdocs/file_upload.html
mechanize-0.5.1 test/htdocs/file_upload.html