|
|
|
|
![]() ![]() |
Oct 6 2006, 12:36 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 0 Joined: 3-October 06 Member No.: 30,997 |
in my jsp program,i need to read a file (.txt) on another website,how can i do this?
thanks a lot. |
|
|
|
Oct 6 2006, 02:54 PM
Post
#2
|
|
|
Desperately seeking "any key" to continue... ![]() Group: Admin Posts: 3,487 Joined: 23-April 05 From: Trap17 storage box Member No.: 6,042 |
CODE <% BufferedReader input = new BufferedReader(new FileReader("prueba.txt")); String line = ""; while ((line = input.readLine()) != null) { out.println(line); } output.flush(); input.close(); %> Source http://experts.about.com/q/JSP-Java-Server...xt-file-JSP.htm Additional example http://www.jguru.com/forums/view.jsp?EID=536740 Please post in the correct forum section next time. We have Programming > JSP for all JSP related question. Thank you. |
|
|
|
Jan 13 2008, 08:30 PM
Post
#3
|
|
|
Hail Caesar! ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 5,876 Joined: 21-September 07 Member No.: 50,369 |
Remote downloading
Read File (.txt) On Another Website Using Jsp? Can I create a webpage (pageA) that would be able to read information from another website and then display that information on pageA? I know it may be possible with text, but can this be done with images as well? *pageA reads data from websiteB* (data includes text + images)* *pageA displays the downloaded text + downloaded images on itself* -reply by Relik |
|
|
|
Jul 17 2008, 02:55 PM
Post
#4
|
|
|
Hail Caesar! ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 5,876 Joined: 21-September 07 Member No.: 50,369 |
How to read text data from a web page using Servlet or JSP\\
Read File (.txt) On Another Website Using Jsp? How to read text data from a web page using Servlet or JSP's? -reply by Sreenivas |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 11th October 2008 - 04:36 AM |