in reply to Re: Open Zip and send to user in http session
in thread Open Zip and send to user in http session

I tried both of these. I still get a corrupt zip file.
  • Comment on Re^2: Open Zip and send to user in http session

Replies are listed 'Best First'.
Re^3: Open Zip and send to user in http session
by ecuguru (Monk) on Mar 20, 2006 at 05:18 UTC
    SOLVED.
    http://perlmonks.com/?node_id=9155 I originally searched the archives for download file, but after searching for file download, this was the only response and it worked great. I think the difference is that rather than just opening the file in binary, I'm also outputing it in binary?
    thanks!