XML-RPC Extended Media Upload

New XML-RPC Method: Upload a new media file with specified author and parent post.

Author:Richard Vencu (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.3.2
Plugin version:0.1
Added to WordPress repository:29-05-2012
Last updated:29-05-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://richardconsulting.ro/blog/2012/05/xml-...
Total downloads:2 001
Active installs:10+
plugin download
Click to start download

This plugin extends the default XML-RPC server API with one new method for specifying author and parent post of remotely uploaded attachment files.

  1. preserved backward compatibility with the basic method wp.uploadFile
  2. simple usage, just replace with wp_extended.uploadFile and add 2 OPTIONAL parameters to the data struct: author (string, user_id of author) and parent (string, post_id of parent post)
  3. without the optional parameters the new method is identical in behaviour with the basic method found in WordPress API of XML-RPC

FAQ
ChangeLog