Oro smith wrote:
How can the mime type be specified in the http header when sending a file to the browser??
Just like in php where we can specify something like :
<?php
header("Content-type: text/vnd.wap.wml");
How is this done in cocoon??
-------------------------------------------------
Still single? Click here to find the perfect match.
http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Or within your flowscript (is your're using one):
cocoon.response.setHeader("Content-type", "text/vnd.wap.wml")Regards
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
