The Artima Developer Community
Sponsored Link

Java Answers Forum
How to provide download option in JSP page.

1 reply on 1 page. Most recent reply: May 19, 2006 1:58 AM by Dave Hinton

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
visvac firvin

Posts: 11
Nickname: firvin
Registered: Mar, 2006

How to provide download option in JSP page. Posted: May 18, 2006 10:05 PM
Reply to this message Reply
Advertisement
Hi,
I have a website developed using JSP Struts framework. Now i need to provide download option to some of the text files which are available in UNIX environment. I dont wanna read in Java at backend and display in normal HTML page. I just need to provide the link to the file so that the user can download it. Could u please help me in this? Any reference material will also do.


Dave Hinton

Posts: 42
Nickname: catbells
Registered: Oct, 2003

Re: How to provide download option in JSP page. Posted: May 19, 2006 1:58 AM
Reply to this message Reply
what’s wrong with <a href="/path/to/text/file">download</a>?

Flat View: This topic has 1 reply on 1 page
Topic: Blank applet screen!  need help asap plz! Previous Topic   Next Topic Topic: Garbage collection algorithm

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use