changed cgi

master
Michael Murtaugh 4 years ago
parent dc4a3a0351
commit f3ebe52b9a

@ -40,11 +40,12 @@ else:
print ("""<!DOCTYPE html> print ("""<!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8">
<title>upload</title>
</head> </head>
<body> <body>
<form method="post" action="" enctype="multipart/form-data"> <form method="post" action="" enctype="multipart/form-data">
<input type="file" name="thefile" /><input type="submit" /> <input type="file" name="thefile" /><input type="submit" />
</form> </form>
</body> </body>
</html> </html>)
""")
Loading…
Cancel
Save