다운로드 버튼을 클릭하였을 때 잘 될때가 있고 안될때가 있는데 코드에 문제가 있나요?
Copy
<a href="<?=$path_save_file?>" download class="a">
<input type="button" value="다운로드" class="button">
</a>

답변 2개
채택된 답변
+20 포인트
2021-07-19 (월) 14:44:27
Copy
<a href="<?=$path_save_file?>" download class="a">다운로드</a>
<input type="button" value="다운로드" class="button" onclick="location.href='<?=$path_save_file?>'">
둘중 하나로 바꿔보세요.
2021-07-21 (수) 17:51:54
답변을 작성하려면 로그인이 필요합니다.