first commit

This commit is contained in:
Elaina Claus
2023-02-28 22:17:21 -05:00
commit 42e43c107c
11 changed files with 2874 additions and 0 deletions

13
src/html/upload.html Executable file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<body>
<h1>rfile File upload</h1>
<form action="/" method="POST" enctype=multipart/form-data target="_self">
<input type="file" id="myFile" name="data">
<input type="submit" value="Submit">
</form>
</body>
</html>