Mave 앱 서버 API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
280 B

<!DOCTYPE html>
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>결과</title>
</head>
<body>
<h1>목록</h1>
<li>
<span th:text="${file.filename}"></span>
<a href="#" th:href="${'download/'+fileId}">[download]</a>
</li>