Re: Reading binary http post

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2006-02-21 at 19:40 +0100, Dirk Vanden Boer wrote:
> The post argument then looks like data=&A
> Reading the post is done like this:
> if (isset($_POST['data'])
> Is there a way to fix this problem?
> 

Have you tried base64_encoding the binary data, then decoding it again
on the PHP side?

--Paul

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux