What I did to get an excel spreadsheet content type was in the template do this:
$data.setContentType( "appliaction/vnd.ms-excel" ) Worked for Excel. Probably work for others. On Tue, 2002-03-26 at 10:09, Torsten Eberl wrote: > Hi, > > I have a problem using a screen as wml-content. > The screen gives the correct content-type, but the redirect always gives "text/html". > Is it possible to this first content-Type? > Or is it not possible to use turbine as a wml-content-machine. > > Torsten > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
