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
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
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