"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]

Reply via email to