forked from cat/WebBase
19 lines
370 B
HTML
19 lines
370 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>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>
|