On 31 Aug 2005 at 13:14, Perrin Harkins wrote: > On Wed, 2005-08-31 at 18:09 +0100, Dermot Paikkos wrote: > > $r->internal_redirect("myzip.zip"); > > That's supposed to be a URL: "/myzip.zip" > > I was actually thinking of an external redirect, but an internal > redirect should work.
Do you mean a redirect to a completely separate handler or cgi? Currently what i get is downloaded file named after the handler/Location, file_export (no extension). WinZip claims it is empty. You have to rename the file with a '.zip' extension or Winzip wil not recognise it. So I guess the question is there a way define a name for the download? Thanx. Dp.