in reply to Re: Understanding CGI::upload_hook() ;
in thread Understanding CGI::upload_hook() ;

I downloaded the .tar but there was an error unzipping it with WinZip.
  • Comment on Re^2: Understanding CGI::upload_hook() ;

Replies are listed 'Best First'.
Re^3: Understanding CGI::upload_hook() ;
by cees (Curate) on Aug 19, 2005 at 23:14 UTC

    Odd. There is nothing wrong with the tar file, as I can untar and gunzip it no problem. I have placed a zipped version up there, maybe that will work for you. Or just browse the files online.

    Hope that helps

    Update: Apache was gzipping the output since I had the DEFLATE filter on. Renamed the file to .tar.gz and added 'RemoveOutputFilter DEFLATE' to apache conf. I have updated the links in the parent thread so it should all be working now.