Sha256: 1b980aa6d0fbab62e1a64c99f9046738100d8236a77d089b34a8f0f39b1b765a

Contents?: true

Size: 1.02 KB

Versions: 96

Compression:

Stored size: 1.02 KB

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>
    <form enctype="multipart/form-data" action="/file_upload" name="value_test" method="post">
      Your name: <input type="text" name="name" /><br />
      File to process: <input name="green[eggs]" value="/etc/hosts" type="file" /><br />
      <input type="submit" value="Send File" />
    </form>
  </body>
</html>

Version data entries

96 entries across 96 versions & 12 rubygems

Version Path
husc-0.1.1 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/file_upload.html
husc-0.1.0 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/file_upload.html
mechanize-2.7.6 test/htdocs/file_upload.html
mechanize-2.7.5 test/htdocs/file_upload.html
mechanize-2.7.4 test/htdocs/file_upload.html
eric-mechanize-0.9.3.20090623142847 test/htdocs/file_upload.html
kitamomonga-mechanize-0.9.3.20090724215219 test/htdocs/file_upload.html
knu-mechanize-0.9.3.20090623142847 test/htdocs/file_upload.html
tenderlove-mechanize-0.9.3.20090617085936 test/htdocs/file_upload.html
tenderlove-mechanize-0.9.3.20090623142847 test/htdocs/file_upload.html
tenderlove-mechanize-0.9.3.20090911221705 test/htdocs/file_upload.html
mechanize-2.7.3 test/htdocs/file_upload.html
mechanize-2.7.2 test/htdocs/file_upload.html
mechanize-2.7.1 test/htdocs/file_upload.html
mechanize-2.7.0 test/htdocs/file_upload.html
mechanize-2.6.0 test/htdocs/file_upload.html
mechanize-2.5.1 test/htdocs/file_upload.html
mechanize-2.5 test/htdocs/file_upload.html
mechanize-2.4 test/htdocs/file_upload.html
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/file_upload.html