XD
This commit is contained in:
14
IMAGE/public/index.html
Normal file
14
IMAGE/public/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Загрузка изображений</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Загрузка изображений</h1>
|
||||
|
||||
<form action="/upload" method="post" enctype="multipart/form-data">
|
||||
<input type="file" name="image">
|
||||
<input type="submit" value="Загрузить">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user