Additional work to allow registering of remote clients

This commit is contained in:
Brett Williams
2022-10-09 17:34:06 -07:00
parent 9d6f7f4187
commit 5dabad24e9
3 changed files with 59 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
<body>
<h1>Upload a file</h1>
<form action="http://localhost:8080/uploader" method="POST"
<form action="/uploader" method="POST"
enctype="multipart/form-data">
<div>
<input type="file" name="file"/><br>