How to create download link in a webpage i develop using Java,JSP
In the website I am developing, i wish other users to download files present in my computer (server). I w开发者_开发知识库ish to create download links for those files using JSP technology.
Can somebody help me out?
I think here is a good example for you.
Try this
in a tag .. href="pathfromrootdir/filename.extension"
精彩评论