wpid Added to File Name When Uploading With xmlrpc

I’m working on my script for uploading images directly from the iOS Markdown text editor app Editorial to Wordpress. The current script uses xmlrpc-Wordpress library, but I’m writing my own so the user doesn’t have to install the extra library just to use my script. When uploading files with xmlrpclib, I got this annoying thing happening. Every time I uploaded an image using xmlrpclib and the function wp.uploadFile the uploaded file got wpid- prepended to the filename of all my uploaded files. ...

February 8, 2015