aspose file tools
The moose likes JSP and the fly likes getting problem in downloading msword file using jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "getting problem in downloading msword file using jsp" Watch "getting problem in downloading msword file using jsp" New topic
Author

getting problem in downloading msword file using jsp

Nazeer Ahammad
Greenhorn

Joined: Feb 26, 2012
Posts: 15
Am using below mention code:






And i got problem for downloading msword file remaining file are downloading i got prob only at msword

Problem is :





Please any one solve my prob









William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
You simply can NOT do this kind of thing from JSP, application files with very very specific binary formats can NOT be sent as JSP responses because JSP will always be trying to write HTML - the first part of the received file will be JUNK as far as Word or Paint or any other application is concerned.

Use a servlet to send application files.

Bill

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: getting problem in downloading msword file using jsp
 
Similar Threads
file download prob......defective open
problem in jsp code(validation of customer details)
Servlet.service() for servlet jsp threw exception java.lang.NullPointerException
file dialog does not close in IE 6
blob.getBytes(1, (int) bl.length()); gives Nullpointer Exception