Template
1
0
Files
WebBase/www/index.html

20 lines
394 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<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">
</form>
</body>
</html>