[Zope3-Users] dynamic file creation

2006-04-14 Thread Michal Nowikowski
Hello, I'm a Zope3 newbie. I want to send to user a file while he clicks on a link. The file is created dynamically and sent to user for example in ZIP format. I think I had to use IFile interface and File class. But I dont know how to prepare it and send it to user. My code: class

Re: [Zope3-Users] dynamic file creation

2006-04-14 Thread Michal Nowikowski
Hi, On Fri, Apr 14, 2006 at 02:56:55PM +0200, Michal Nowikowski wrote: Hello, I'm a Zope3 newbie. I want to send to user a file while he clicks on a link. You won't need the IFile interface - just a simple view that sets some special HTTP-headers. Example: class