1
0
forked from cat/WebBase

Testing POST and upload

This commit is contained in:
2025-06-26 02:55:47 +03:00
parent 7716494a1c
commit b32e7f5d70
2 changed files with 23 additions and 5 deletions

View File

@@ -9,6 +9,10 @@
<body>
<h1>Test</h1>
<form action="/upload" method="POST" enctype="multipart/form-data">
<input type="file" name="uploaded_file">
<input type="submit" value="Upload">
</form>
</body>
</html>