2025-08-09 17:27:25 +08:00

13 lines
363 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Chat</title>
</head>
<body>
<form action="/upload-file/" enctype="multipart/form-data" method="post">
<input name="file" type="file" multiple>
<input name="user_id" type="text" value="f3e3194e-9ab7-4c6c-8a9c-167cfe61c8fa" />
<input type="submit">
</form>
</body>
</html>