How does java support the doc files
Hai all,
I am doing a project where the back up word files are to be displayed on the browser . If it is a text file we can give it as a input stream and if it is a image , it will take it as a .jpg . Then how the .doc can be inputed(I want the MS-word files to be inputed) .
If u have a solution please mail it to
E-mail ID : manu13_m@yahoo.co.in
[387 byte] By [
manasa_m] at [2007-9-26 1:37:23]

The organisation I am doing is a intranet containing around 250 computer . The admin part has to place the word files on the browser . What I did is I have created
a applet with browse , attach and done . By browse I have to get that file . By clicking attach I have to attach this file . By clicking the "Done " I have to go to compose box . For this I am using the javamail. But how to browse the files.
I am bit confused about ur requirement.
U cannot open a file thr' ur applet which runs in a browser. Do do so, u may have to modify the java policy file or use signed applet. These two links may be of some help for u.
http://developer.java.sun.com/developer/onlineTraining/Programming/BasicJava1/data.html#applet
http://java.sun.com/docs/books/tutorial/security1.2/tour1/step2.html
But I have written a mail long back to ur email with regard to Java Securiy. plz read it. If u need more abt it, get back to me.