Juartaurus/poi_Engineering
0
1<!doctype html>2<html>3 4<head>5 <title>Python Flask - Video Upload and Play Example</title>6</head>7 8<body>9 <form method="POST" action="http://localhost:8001/uploadfile" enctype="multipart/form-data">10 <input type="file" name="file" accept="image/*" />11 <input type="submit" />12 </form>13</body>14 15</html>