Blame view

vendor/facebook/webdriver/tests/functional/html/upload.html 183 Bytes
ad2e91f7   Mihail   move multyparser ...
1
2
3
4
5
6
7
8
9
10
  <html>
  <head>
    <title>Upload a file</title>
  </head>
  <body>
    <form method="post" enctype="multipart/form-data">
      <input type="file" id="upload"></input>
    </form>
  </body>
  </html>