There is also a content type application/x-msexcel. 
(That's what we use.)

If you use IE it works better when the Url that delivers 
this file has an extension that is mapped to excel on the
client. (e.g. .xls)

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 28. Januar 2002 10:09
> An: Tomcat Users List
> Betreff: Re: BLOB FROM JSP PAGE
<snip/>
>   response.setContentType("application/vnd.ms-excel");
>   OutputStream f = response.getOutputStream();
> 
> Is this the correct MIME-Type ? that's the only one i've seen, that
> has something to do with ms-excel.
<snip/>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to