2019-11-19 03:18:28 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>File upload test</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2020-02-10 19:08:51 +01:00
|
|
|
<form action="/input/fileupload.html">
|
2019-11-19 03:18:28 +01:00
|
|
|
<input type="file">
|
2020-02-10 19:08:51 +01:00
|
|
|
<input type="submit">
|
|
|
|
|
</form>
|
2019-11-19 03:18:28 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|