Re: CGI meets Archive::Zip

2007-12-10 Thread Gunnar Hjalmarsson
Tim Bowden wrote: On Mon, 2007-12-10 at 10:16 +0100, Gunnar Hjalmarsson wrote: It may be easier to do it in two steps: 1. Upload and save the zip file to disk without Archive::Zip 2. Manipulate the file to your liking That was my first approach, and it works fine (manipulating the zip file on

Re: CGI meets Archive::Zip

2007-12-10 Thread Tim Bowden
On Mon, 2007-12-10 at 10:16 +0100, Gunnar Hjalmarsson wrote: > Tim Bowden wrote: > > I'm trying to write a small cgi app that takes an uploaded zip file, > > extracts the contents and does some operations on the included files. > > Following is a cut down version of my attempts to understand how t

Re: CGI meets Archive::Zip

2007-12-10 Thread Gunnar Hjalmarsson
Tim Bowden wrote: I'm trying to write a small cgi app that takes an uploaded zip file, extracts the contents and does some operations on the included files. Following is a cut down version of my attempts to understand how to manipulate a zip file. It doesn't work (surprise, surprise!) It create