2019-11-19 03:18:28 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>File upload test</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2022-03-18 17:00:52 +01:00
|
|
|
<form action="/upload" method="post" enctype="multipart/form-data">
|
|
|
|
|
<input type="file" name="file1">
|
2020-02-10 19:08:51 +01:00
|
|
|
<input type="submit">
|
|
|
|
|
</form>
|
2019-11-19 03:18:28 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|