Spaces:
Sleeping
Sleeping
File size: 370 Bytes
947141a 674da2a c202d73 947141a |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<!DOCTYPE html>
<html>
<head>
<title>Загрузка файла TXT</title>
</head>
<body>
<h1>Загрузка файла TXT</h1>
<form method="POST" enctype="multipart/form-data" action="/">
<input type="file" name="txt_file" accept=".txt" required>
<button type="submit">Обработать файл</button>
</form>
</body>
</html> |