WEBVIEW 내 파일 다운로드 문제 download Attribute 추가

This commit is contained in:
thisgun
2020-04-07 11:46:48 +09:00
parent 3883924258
commit 7b4a11b99d
12 changed files with 12 additions and 12 deletions

View File

@ -99,7 +99,7 @@ $(".btn_more_opt").on("click", function() {
for ($i=0; $i<$view['download_count']; $i++) {
?>
<li>
<a href="<?php echo $view['download_href'][$i]; ?>" class="view_file_download">
<a href="<?php echo $view['download_href'][$i]; ?>" class="view_file_download" download>
<img src="<?php echo $qa_skin_url ?>/img/icon_file.gif" alt="첨부">
<strong><?php echo $view['download_source'][$i] ?></strong>
</a>