Thanks for the hint, I'm not doing any encoding at the moment, I'll try it out tomorrow. Dirk On 2/21/06, Paul Scott <pscott@xxxxxxxxx> wrote: > 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