开发者

How to create download link in a webpage i develop using Java,JSP

开发者 https://www.devze.com 2023-03-22 05:23 出处:网络
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.

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"

0

精彩评论

暂无评论...
验证码 换一张
取 消