I want that a ppt should be displayed in my jsp page what should i do. I search many things and didnt got a solution for this........
Guide me if u have any solutionssssssssssssss.
Set the Content-type and content-disposition headers correctly, then simply read it from a FileInputStream and output those bytes directly to the HttPResponse's OutputStream. P.S. You should not do this in a JSP, use a servlet.
Bookmarks