Bryce Norwood - NowSMS Support Board Administrator Username: Bryce
Post Number: 3638 Registered: 10-2002
| | Posted on Tuesday, October 26, 2004 - 04:50 pm: | |
Hi Jorge, Use "Content-transfer-encoding: binary" for the GIF. Otherwise, the server doesn't actually parse the inside of the "application/vnd.oma.drm.message" content, and passes it to the phone in BASE64 encoding format, which the phone is not likely to understand. When you use binary encoding within a submission, I would recommend including "Content-length:" headers around any binary content. In this case, for best results, include a "Content-Length:" header in the "application/vnd.oma.drm.message" content and the "image/gif" content. -bn |