try with this code in asp.
<%
Response.ContentType="application/pdf"
Response.AddHeader "Content-Disposition","inline;filename=temp.pdf"
%>
Here this my code helps to open the file with.pdf but still i also face the problem to open file in Acrobat container.
If u got it the plz reply this topic.
thank you.
|