Re: new to php ... POST variables?



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.

.



Relevant Pages

  • new to php ... POST variables?
    ... I am trying to send a bunch of data via a single POST message, ... wireless device to a PHP script on my server. ... following this I send the base64 encoded data for the image. ... in my php script I tried printing out all of the _POST ...
    (comp.lang.php)
  • Javascript/PHP interaction
    ... Suppose I have a bunch of DOM objects (namely images) and want to pass the ... attributes of these DOM objects to a PHP script. ...
    (comp.lang.php)
  • Re: help with Http POST data
    ... to a PHP script from a wireless device that has TCP/IP ... sockets. ...
    (comp.lang.php)