On 31 Aug 2005, at 17:40, Perrin Harkins wrote:

On Wed, 2005-08-31 at 17:18 +0100, Dermot Paikkos wrote:

I need to create a archive file and send it back to the user.


Either do a system call to zip, or use Archive::Zip, write the file out
in a directory under your web server, and send a redirect to the newly
written file.

ISTR doing this in the past by setting $r->file, or something similar, to point to the file in question. Am I misremembering?

Reply via email to