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
sday, April 25, 2001 6:37 PM Subject: [PHP] Compressing an upload > 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 that > I send to visitors, but can I also compress files that they a

[PHP] Compressing an upload

2001-04-25 Thread Michael Conley
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 that I send to visitors, but can I also compress files that they are uploading to my web server? They will be text files and some may be fairly large