Posted by David Dorward on 01/09/60 11:39
yihucd@gmail.com wrote:
> <%
> response.setContentType("application/vnd.ms-excel");
> response.setHeader("Content-Disposition","attachment; filename=" +
> "xls_to_del.xls" );
> %>
> <p>click <a href="xls_to_del.xls">file</a></p>
You need to send the Content-type that says "This is an Excel file!" when
you send the Excel file, not when you send an HTML document with a link to
the Excel file in it.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|