I would like to send info from a non-browser based device using http using POST. Because of limitations on the device I need to compress the data I send.
I find if I use POST data format of multipart/form-data to send the data I can have the data automatically go into PHP variables on the server side.
I ahve this working well for uncompressed data but I am not sure what the protocol is for compressed data.
After which header do I start to compress the data:
Content-Type: multipart/form-data
Content-Disposition: data
Content-Transfer-Encoding: binary
If anyone knows where this might be documented please let me know.
Thanks
Greg
What form data can be GZIP'd?
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.