mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
9 lines
242 B
HTML
9 lines
242 B
HTML
<html>
|
|
<body>
|
|
<form action = "http://localhost:5000/uploader" method = "POST"
|
|
enctype = "multipart/form-data">
|
|
<input type = "file" name = "file" />
|
|
<input type = "submit"/>
|
|
</form>
|
|
</body>
|
|
</html> |