Spaces:
Build error
Build error
File size: 306 Bytes
1865436 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!doctype html>
<html>
<head>
<title>Python Flask - Video Upload and Play Example</title>
</head>
<body>
<form method="POST" action="http://localhost:8080/uploadfile" enctype="multipart/form-data">
<input type="file" name="file" accept="video/*" />
<input type="submit" />
</form>
</body>
</html> |