tgopalakrishnan
12-21-2002, 06:30 AM
I am Using window.open method to open a file.The file has no extension and the content of the file is pure text.
If i try to open that form browser's file/open the content of the file is shown with the proper formatting. But when i am trying to open that file in side my application using Apache Tomcat the formatting is lost.i also tried the document.open() method to set mime type but it doesn't seem to be working.The files are created by an background process so i can't give an extension
Is there any way to get this working?
Yours
T.Gopalakrishnan
If i try to open that form browser's file/open the content of the file is shown with the proper formatting. But when i am trying to open that file in side my application using Apache Tomcat the formatting is lost.i also tried the document.open() method to set mime type but it doesn't seem to be working.The files are created by an background process so i can't give an extension
Is there any way to get this working?
Yours
T.Gopalakrishnan