Hi,
I would like to know whether a generated document can be directly displayed in the web browser without storing it in the webserver space with java.io.File object which holds the document.
Thanks in advance.
-
Displaying document in webbrowser (2 messages)
- Posted by: shanmugasundaram chidambaranathan
- Posted on: October 11 2003 10:19 EDT
Threaded Messages (2)
- Yes, the stream can be sent to the browser... by siddhu rao on October 11 2003 22:47 EDT
- use the ServletOutputStream by Sean Sullivan on October 12 2003 10:58 EDT
-
Yes, the stream can be sent to the browser...[ Go to top ]
- Posted by: siddhu rao
- Posted on: October 11 2003 22:47 EDT
- in response to shanmugasundaram chidambaranathan
Yes, the stream can be sent to the browser...
Regards,
Sridhar Ramshetti -
use the ServletOutputStream[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: October 12 2003 10:58 EDT
- in response to shanmugasundaram chidambaranathan