<html>
<body>
<form method="POST" action="http://127.0.0.1:8092/" enctype="multipart/form-data">
<input type="file" name="something" />
<input type="submit" name="go" value="Send File" />
</form>
</body>
</html>