Files
python-flask-picture-factory/templates/upload.html
Yannik Schmidt d76f7ca169 add simple upload
2021-07-22 16:50:11 +02:00

10 lines
224 B
HTML

<html>
<body>
<form action = "/upload" method = "POST"
enctype = "multipart/form-data">
<input type = "file" name = "file" />
<input type = "submit"/>
</form>
</body>
</html>