Hi, I'm using iNetLib to allow my application to post data to a web server. Everything seems to work fine when I post ASCII text like data, but when I try to post binary data (a C structure), the receiving end gets 0 bytes for the POST data. I had a few questions:
1. I am using the Palm VIIx emulator. Could the Palm.net gateway be stripping the binary data from my POST? I previously noticed that the Palm.net gateway does things to both inbound and outbound HTTP transmission. 2. Does iNetLib support binary data for the POST data? If iNetLib does not support binary data for POST, then do I need to write a low level HTTP using NetLib (not iNetLib)? Is there a better way to post binary data? Thanks in advance for any help... Young. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
