0

I'm using Spring in my Java EE application . the users of my application can download files , I used a servlet for that . I can also open .txt and photos online using blob .

Is it possible to open a .doc file online using office word online via my java application ? is there any other solutions ?

Yuri
  • 447
  • 3
  • 9
  • 19
  • did u try this, http://stackoverflow.com/questions/6871664/using-java-how-do-i-cause-word-to-open-and-edit-a-file, – Shrikant Havale May 19 '15 at 21:08
  • This would open word file with default word application and the file is residing somewhere in the filesystem but in my case I want to display the file in the browser – Yuri May 19 '15 at 21:11
  • You could try making a POST request to a site that will allow you to view documents online. Take http://www.viewdocsonline.com/ for example. Inspect this site and see where the document is POSTed to. My only other recommendation would be to FTP a document to a server and then use another online application to view it. – William Callahan May 19 '15 at 21:15
  • my files are already on the server – Yuri May 19 '15 at 21:26

0 Answers0