<html>
<body>
<form enctype='multipart/form-data' method="post" action="/build">
<input type="file" name="dockerfile">
<input type="text" name="tag">
<button type="submit">Send</button>
</form>
</body>
</html>