That means, no template processing, nothing. I need to send a binary
file generated dinamically. How can I do that?
Regards,
Luis.
If you want to return a binary file, take a look at the cherrypy wiki[1].
Lee
[1] http://www.cherrypy.org/wiki/FileDownload
The above line needs to be in your dev.cfg.
Lee