Re: How to stream zip file

2009-06-04 Thread Thiago H. de Paula Figueiredo
Em Thu, 04 Jun 2009 18:01:20 -0300, wesleywj2 escreveu: hi, Hi! what i want to achieve now is to create few files in memory (eg. file1.txt & file2.txt), zip itand return it to user's browser. i've googled around and found out an API for ZipOutputStream. But i had no idea how to imple

How to stream zip file

2009-06-04 Thread wesleywj2
, zip it and return it to user's browser. i've googled around and found out an API for ZipOutputStream. But i had no idea how to implement it using Tapestry 5's StreamResponse interface. please advice. wesley -- View this message in context: http://www.nabble.com/How-to-stream