Is it possible to upload a folder from client to server?
Then... Compress the whole thing. I found a zip class somewhere written in PHP. The thing was FULL-o-bugs.
Just a thought I had and I don't know if it's possible.
Thanks, Greg
I don't know how to do it directly. You can make a batch-processor to upload all files at once (check post_max_size in php.ini), and then, on the server, use some gzip thingy to compress it.
Sorry i'm not more helpful
fLIPIS