Spaces:
Runtime error
Runtime error
File size: 367 Bytes
947141a c5eeca1 d1da593 3536506 d1da593 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Загрузка файла</title>
</head>
<body>
<h1>Upload Image</h1>
<form id="uploadForm" enctype="multipart/form-data" method="post" action="/upload">
<input type="file" name="photo">
<button type="submit">Upload</button>
</form>
</body>
</html> |