tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

post.html (340B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>post file</title>
      6 </head>
      7 <body">
      8 <form id="form" action="auth_post.sjs" method="post" enctype="multipart/form-data">
      9 <input type="hidden" id="input_hidden" name="foo" value="bar">
     10 <input id="input_file" name="test_file" type="file">
     11 <input type="submit">
     12 </form>
     13 </body>
     14 </html>