Ups, haven’t seen the date from your post 😉
Hi Mike.
I have the same behavior. I think a “bug” in the xmlrpc.php isn’t fixed in the svn for now.
The bugfix is documented here:
http://trac.wordpress.org/attachment/ticket/1008/base64.diff
The RFC for MetaWeblog-API and the newMediaObject-Call says:
“[..]bits is a base64-encoded binary value containing the content of the object.[..]”
http://www.xmlrpc.com/metaWeblogApi
so i think you should send a base64-encoded-string which must be decoded from xmlrpc.php.
I don’t now why it isn’t commited so far? Can anyone tell us please?
Thanks
kelloggz
I have seen now there is a bugreport open with the same solution:
http://trac.wordpress.org/ticket/1008
Hopefully it will be fixed in actuall release.
Thanks allusion, i changed my comment right at this moment, because i see it when i checked out a new index.php.
I am “hacking” my index.php right now, thank you…