1
0
forked from cat/WebBase

Added processFormData and reorganised the files

This commit is contained in:
2025-07-07 03:11:41 +03:00
parent 4962bb5a2d
commit 481b4b410a
10 changed files with 114 additions and 15 deletions

View File

@@ -11,7 +11,11 @@
<h1>Welcome</h1>
<h1>POST test</h1>
<form action="/upload" method="POST" enctype="multipart/form-data">
<input type="file" name="uploaded_file">
<input type="text" name="filePassword">
<input type="text" name="name">
<input type="number" name="numb">
<input type="date" name="time">
<input type="file" name="uploadedFile">
<input type="submit" value="Upload">
</form>
</body>