[wp-trac] [WordPress Trac] #18060: image upload handling between atompub and xmlrpc different
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 10 12:33:28 UTC 2011
#18060: image upload handling between atompub and xmlrpc different
--------------------------+-----------------------------
Reporter: rfc1437 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 3.2
Severity: normal | Keywords:
--------------------------+-----------------------------
Uploading images via XMLRPC generates different image sizes in addition to
the original image. Uploading the same image through AtomPub will only
create a single original file in the uploads/year/month/ directory, the
thumbnail and different formats normally generated on upload are missing.
It is probably because wp_handle_upload is missing from the wp-app.php
create_attachment definiition - it only uploads the bits and creates an
attachment, but neither handles metadata updates nor image thumbnail
generation.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18060>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list