mirror of
https://github.com/FAUSheppy/python-flask-picture-factory
synced 2025-12-06 15:11:36 +01:00
10 lines
224 B
HTML
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>
|