Hello, I need to send some data to server using POST method. Problem is that the server doesn't parse the parametres standard way, but rather expects them in this format (in data stream after header is sent):
UUstring_oneUUstring_two,... UU = two-byte integer with length of data How should I code it? basically, I need to put integer to string without converting it. It will be probably necessary some memory tricks, but I'm not sure how should i do it... thanks for advices -- VOLNY Bingo - vyzvednete si svou hraci kartu a vyhrajte nekterou z 38 cen! http://soutez.volny.cz/slepa.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
