How to download attachment file from JSP
Posted
by Stardust
on Stack Overflow
See other posts from Stack Overflow
or by Stardust
Published on 2010-04-28T06:57:17Z
Indexed on
2010/04/28
7:03 UTC
Read the original article
Hit count: 460
I want to know how can I download any file from JSP page based on content disposition as an attachment from mail server.
I want to create a link on JSP page, and by clicking on that link user can download file from mail server. The link should be for content dispostion's attachment type. How can I do that in JSP?
© Stack Overflow or respective owner