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

Reply via email to