a href="" download
✔ <a href="주소/이름.파일종류" download>
<th>파일명</th>
<td>
<c:if test="${bdto.bfile!=null}">
<a href="./upload/${bdto.bfile}" download><span class="material-symbols-outlined">install_desktop</span>${bdto.bfile}</a>
</c:if>
<c:if test="${bdto.bfile==null}">
파일없음
</c:if>
</td>