2020-10-02 22:46:23 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Uploaded</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>the file was uploaded</h1>
|
|
|
|
<p>i think</p>
|
|
|
|
<br>
|
2020-10-18 19:40:30 +03:00
|
|
|
<a href="<%= baseurl %>/file/<%= file.name %>">go to file</a>
|
2020-10-02 22:46:23 +03:00
|
|
|
</body>
|
|
|
|
</html>
|