PythonFileCGI/static/index.html

14 lines
266 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<h1>Upload form</h1>
<form enctype = "multipart/form-data" method="post" action="cgi/truc">
<input type="file" name="filename"><br>
<input type="submit">
</form>
</body>
</html>