Hi
we are developing a application using JSP in which we need to open any type of files but there is problem when we are opening pdf and doc(msword) files.We storing them as blob in oracle10g database.Even though we are using response.setContentType("application/pdf").It is not opening in pdf format.
Please help me out.