This is a discussion on "Really need help here..urgent!!" within the Other Programming Languages section. This forum, and the thread "Really need help here..urgent!! are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Really need help here..urgent!!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hello... i have a process where user want some data file(textfile.txt) from somewhere for example from D:\smart\445566.txt. After user have that file, user can choose whether he want save that file or display it as a text file. I have searched many times through web but didn't find any suitable example or solution..
So..anyone here can give me some idea or code example about this problem??? ~i'm using JSP.. ~i really really need help here.. ~thanks... |
|
|
|
#2
|
|||
|
|||
|
Re: Really need help here..urgent!!
I have no clue about JSP but in PHP that's no problem: Download: zip the file dynamically and give the user the link. View: either just give the user a link to the file or, a much better solution, read the file with PHP and output it with some css formatting. I don't know if you have the possibility to use PHP, I hope this helps.
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
#3
|
|||
|
|||
|
Re: Really need help here..urgent!!
thanks for the reply..
But i have to do it in JSP... Hope anyone in here can give me some idea or example ~thanks... |
|
#4
|
|||
|
|||
|
Re: Really need help here..urgent!!
The easy option would be just to supply a link to the file. Assuming it's just a text file, when the user clicks on the link, the browser should render the file contents on screen or pop up the download window.
If you want to display the file contents within your JSP page (a textarea for example) you'll need to do something server side with your JSP/Servlet code. Somthing like this should do it:
Hope this helps. -Steve Last edited by Aso; Jul 24th, 2008 at 11:54. Reason: Sig removed |
![]() |
| Tags |
| jsp |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need some urgent help....!!!! | shevorne | Web Page Design | 9 | Sep 30th, 2007 23:36 |
| Urgent help please | marie2007 | PHP Forum | 3 | Sep 9th, 2007 22:44 |
| XSL - urgent | ai0912 | Other Programming Languages | 0 | Nov 6th, 2006 13:35 |
| urgent help req.. | s_mazhar | Graphics and 3D | 5 | Oct 31st, 2005 09:04 |