Files
42_INT_12_webserv/www/test/submit_form.html
2022-08-12 20:08:49 +02:00

16 lines
340 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Webserv test Something</title>
</head>
<body>
<h1 style="text-align:center">Webserv in Test</h1>
<hr>
<p style="text-align:center">Time to submit something:</p>
<form action="/upload" method="post">
<input type="file" id="myFile" name="filename">
<input type="submit">
</form>
</body>
</html>