Re: (possible) zip and file download problem

2001-04-23 Thread Merijn Broeren
Quoting Jon Galliers ([EMAIL PROTECTED]): > > > ($file - name from database query) > > my $zip = Archive::Zip->new() or die "couldn't create zip $!"; > $zip->addFile("/web/www.website.com/docs/$file") or die "couldn't add file $!"; > $zip->writeToFileNamed('/web/www.website.com/docs/download.zi

Re: (possible) zip and file download problem

2001-04-23 Thread Niklas Nordebo
On Mon, Apr 23, 2001 at 12:28:43PM +0100, Jon Galliers wrote: > Cheers, that worked a treat. I must admit I've never even heard > of "Content-Disposition:", what exactly is it, and where can i find out > more information? See RFC 2183 and RFC 2616. It's not officially part of HTTP, but is wide

Re: (possible) zip and file download problem

2001-04-23 Thread Jon Galliers
At 01:04 PM 4/23/01 +0200, you wrote: >On Mon, Apr 23, 2001 at 12:06:06PM +0100, Jon Galliers wrote: > > The main problem is that the zipped file downloads as "NameOfCGIFile.zip" > > and not "download.zip". > >I think you might like to have a look at the Content-Disposition MIME >header. > >Someth

Re: (possible) zip and file download problem

2001-04-23 Thread Niklas Nordebo
On Mon, Apr 23, 2001 at 12:06:06PM +0100, Jon Galliers wrote: > The main problem is that the zipped file downloads as "NameOfCGIFile.zip" > and not "download.zip". I think you might like to have a look at the Content-Disposition MIME header. Something like this: print "Content-type:application