On Tue, 2002-05-14 at 16:44, Bobby Kuzma wrote: > how should I go about serving, for example, a jpeg dynamically from webware?
If you put it in your context, Webware will just serve it. If you want to dynamically serve it (and you are using Page), override writeHTML, use setHeader to set the content type, and then simply use self.write to output the data. Ian _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
