template_maker / upload.html
TheDarkLord69696969's picture
Upload upload.html
aadb239
raw
history blame contribute delete
No virus
287 Bytes
<!DOCTYPE html>
<html lang="en">
</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>