Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have created custom media upload meta box using plupload which uploads image directly to amazon s3 bucket along with creating thumbnail. I am able to show images in the post and everything is fine.

What I would like to do is efficiently store a title for the image and description. Since default media library already has this functionality how do I add items manually to it?

share|improve this question
can you share the code for the "media upload meta box using plupload" – user13976 Mar 9 '12 at 15:21
@jlapitan, check kovshenin.com/2012/… has enough code to do what you're after. – soulseekah Mar 9 '12 at 21:24

closed as too localized by Rarst Jan 20 at 13:13

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

I decided against messing up wordpress media library tables, and instead will be creating another table for storing metadata information for uploaded files, so that it is easily manageable.

@Soulseekah's link http://kovshenin.com/2012/dear-wordpress-i-want-to-drop-files-here-in-the-visual-editor/ is a great resource and exactly what I am trying to do along with S3 and cloudfront for delivery.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.