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 files before they are on your server and then it's too late :)


Content-Type: text/plain; charset=us-ascii; name=Attachment: 1
Content-Transfer-Encoding: 7bit
Content-Description: 

stop that

-- 
 php developer / CoreTrek AS| As near as I can tell, you're not any
 Sandnes / Rogaland / Norway| crazier than the average asshole on the 
 web: http://www.moijk.net/ | street.   -- R.P. McMurphy, One Flew

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 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 (20
 MB).  How would I implement compression on files that are getting
uploaded?

Write a secure applet in java, is the only way how you maybe get access to
the filesystem of the client. With php you will IMHO not be able to do that.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 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 are uploading
to
 my web server?  They will be text files and some may be fairly large (20
 MB).  How would I implement compression on files that are getting
uploaded?








 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]