Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
html
html
titleuploader.html
borderStylesolid
<html>
<head>
<title>Uploader</title>
</head>
<body>
<h2>File Uploader</h2>
<form action="http://0.0.0.0localhost:8192/upload/" method="post" enctype="multipart/form-data">
Select file: <input type="file" id="file" name="file"></input>
<br /><br />
<input type="submit"></input>
</form>
</body>
</html>

...