Post

JSP, Spring: URL을 입력하면 파일이 바로 다운로드되게 하기

주소를 입력하고 엔터를 치면 바로 다운로드가 진행되는 컨트롤러 예제입니다. 만들어진 주소창에 입력해도 되고 자바스크립트의 location.href = 주소 를 사용할 수도 있습니다.

https://gist.github.com/ayaysir/eccfa88d92a8a34e7efac85f2ce1a1a4

This post is licensed under CC BY 4.0 by the author.