upload.html 307 B

123456789101112
  1. <html>
  2. <head>
  3. <title>Uruk OCR Server</title>
  4. </head>
  5. <body>
  6. <form enctype="multipart/form-data" action="/" method="post">
  7. <input type="file" name="uploadfile" />
  8. <input type="hidden" name="token" value="{{.}}"/>
  9. <input type="submit" value="upload" />
  10. </form>
  11. </body>
  12. </html>