Re: [PHP] client-side zip of POST or GET data, auto unzip on server.

2002-11-01 Thread @ Edwin
Hello, "Petre Agenbag" [EMAIL PROTECTED] wrote: Hi I'm wondering if something like this will be possible. I am correct in thinking that POST and GET data are sent as plain text? Not always. (POST - SSL) And, that being plain text, they should probably be

Re: [PHP] client-side zip of POST or GET data, auto unzip on server.

2002-11-01 Thread Petre Agenbag
Hi Yes, I thought your last comment would also be doable, but it would be nice to have this zipping done on the user' behalf. The whole reason why I *think* this is possible, is because you can unzip and process the data on the server side in an automatic way, so it *should* be possible to do this

[PHP] client-side zip of POST or GET data, auto unzip on server.

2002-10-31 Thread Petre Agenbag
Hi I'm wondering if something like this will be possible. I am correct in thinking that POST and GET data are sent as plain text? And, that being plain text, they should probably be highly compactable by zip utils? The reason I'm thinking this route is that I have a couple of forms for some