|
Posted by Chung Leong on 05/08/06 04:05
grande news wrote:
> Hello,
>
> I am trying to send a bunch of data via a single POST message, from a
> wireless device to a PHP script on my server. Some of this data is
> base64_encoded binary image data. Basically, I want to send a series of
> small icons, and each has a width, height, and the pixel data. So I am
> sending the following strings via a Socket connection:
The problem might have something to do with the appearance of '=' at
the end of base64ed data stream. You might need to replace that with
the urlencoded equivalence.
Navigation:
[Reply to this message]
|