Re: [PHP] Compressing an upload

2001-05-02 Thread Geir Eivind Mork
On Thursday 26 April 2001 00:37, Michael Conley wrote: > I am going to have a page that will be used for visitors to upload a file > to my web server. I already use gzcompress to compress some of the pages Just state that all files should be compressed cause you can't do anything with the file

Re: [PHP] Compressing an upload

2001-04-26 Thread Thimo von Rauchhaupt
"Michael Conley" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 2102328FD2ECD411879E00609737BFD105DB37@FATBOY">news:2102328FD2ECD411879E00609737BFD105DB37@FATBOY... > I am going to have a page that will be used for visitors to upload a file to > my web server. I already use gzcompress to compress so

Re: [PHP] Compressing an upload

2001-04-25 Thread Chris Anderson
unfortunately, you dont have access to the files until they are on your server, ie: already uploaded. You can compress them afterwards though like you would normally - Original Message - From: "Michael Conley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2001 6:37