1
0
forked from cat/WebBase

HTTP bodies should work nicely, files are reorganised, www is reverted

This commit is contained in:
2025-07-02 18:58:40 +03:00
parent 14394f1c9f
commit 0b483c69cb
7 changed files with 98 additions and 92 deletions

View File

@@ -8,7 +8,8 @@
</head>
<body>
<h1>Test</h1>
<h1>Welcome</h1>
<h1>POST test</h1>
<form action="/upload" method="POST" enctype="multipart/form-data">
<input type="file" name="uploaded_file">
<input type="submit" value="Upload">