I’ve been using Media Tags plugin with much success – it was very useful for retrieving images belonging to certain page with specific tags with following code:
$results = get_attachments_by_media_tags(array("media_tags"=>"gallery", "post_parent" => $global_id, "order" => "ASC"));
Of course you can easily tag anything that sits in your media library (I wasn’t even aware that you could tag something during upload time). As for tagging during upload with browser uploader – it might be too much too ask đ
Related Posts:
- Pretty URLs for File Uploads?
- Publishing presentations in WordPress?
- “Securing” images in WordPress
- Attach a file to a post
- How to Protect Uploads, if User is not Logged In?
- User-friendly cropping of post thumbnails?
- How to Fix HTTP Error When Uploading Images?
- Create posts using markdown? [closed]
- Resizing images to the actual size used in the editor?
- How to add new tab to media upload manager with custom set of images?
- Add “upload media” button in meta box field
- Extend Media Library
- How Can I Add the “Insert From URL” Tab to a Custom 3.5 Media Uploader?
- How to make âUpload filesâselected by default in Insert Media?
- WordPress 3.5: Setting custom “full URL path to files” in the Media Library?
- How to search all user meta from users.php in the admin
- “Add Media” button in custom plugin
- Upload images to remote server
- what happens to existing media files when I switch to year/month directory structure format?
- Reject upload of wrong-sized images using the Media Uploader
- Open Source replacement for WPML? [closed]
- How to show all available images in WP’s media library when using the Polylang plugin?
- How to increase the file size limit for media uploads?
- How to add a custom field to the media screen (image/gallery)?
- Uploading media with the REST API
- Saving data-URI to media library
- Can’t upload media, permissions are correct
- Pros/Cons of âWP e-commerceâ and âShoppâ plugins [closed]
- Saving Media – Which Hook is Fired?
- Set limit to media upload?
- WordPress 3.5: Switch back to Old Media Uploader?
- upload_async.php returns 500 error
- Which filters or actions to use after a media upload and delete?
- Decrease file size upload in Media
- Multilingual WordPress plugins [closed]
- Remote upload file to server B
- Display attachments by ID in a wp.media frame
- Use a separate custom table (not posts) to handle file upload data
- Image upload callback in new 3.5 media
- WordPress as a CMS Membership website
- What plugin can I use to create a list / slideshow of featured images?
- Recommendations for a LaTeX Plugin? [closed]
- Add inline uploader to plugin option page
- Protecting direct access to PDF and ZIP unless user logged in (without plugin)
- Can I use the wp media uploader for my own plugin?
- How to wp_upload_bits() to a sub-folder?
- Drag & drop HTML5 file upload into the media library?
- Add tinymce buttons to caption textarea in media uploader
- Insert images to post not working
- Change Media Uploader default directory
- Using Images in WordPress – Best Practices
- Media Upload Folder – how to manage
- How to hide media uploads by other users in the Media menu?
- Adding a custom image upload size and making it selected by default?
- “Add Media” only shows “Full Size” under Attachment Display Settings
- Differentiate Featured Image from Post Images upon Upload
- Looking for similar posts plugin with custom tuning [closed]
- Where do the favicons for Media Files come from
- Limiting sessions to one IP at a time
- Upload specific images to specific folder
- Uploading Multiple Attachments From Front-End With A Description
- How to manage a standalone media folder?
- Any plugin out there that uses WP’s internal image uploader?
- wp_generate_attachment_metadata returns empty array
- Upload path/URL weirdness for the main blog of a multisite/network setup
- How do I link directly to uploaded files?
- Is it possible to trigger some JavaScript when Media Popup is opened?
- How to call WP3.5 Media Library manager?
- Create a Static HTML Site from WordPress
- Is wp_read_audio_metadata() function deprecated?
- How can I create a Quora or Stack Exchange facility without using a specialist theme?
- Settings in ‘Media > Settings’ is ignored when inserting images
- Collaborative question/answer plugin for WordPress [closed]
- Creating a metabox to upload multiple images, Ignoring The Featured Image
- How to Show Different Sidebars on Specific Pages?
- Set a maximum upload count for users on a specific user role
- Refresh wp.media after ajax call
- I want to replace a media file (pdf) with an updated version
- There’s a way to scale media (images) at 50%?
- Multisite, upload images directly to Amazon S3
- How to get all files inserted (but not attached) to a post
- Organize uploaded media files
- Password protect some uploaded files, so only logged-in users can view them
- WordPress Uploads Folder can’t be Written to
- Plugin that integrates Google Storage with WordPress? [closed]
- Is there a plugin that counts posts by author?
- Attach Files Metabox
- Is there a plugin to make attaching images easier?
- Failed media upload: “The uploaded file was only partially uploaded.”
- wp_editor with media buttons
- How to protect uploads in multisite if user is not logged in?
- Fully-featured forum plugin [closed]
- Slideshow control for use in WordPress Thesis theme – non flash
- Analytics plugins that allow for inclusion of _trackPageLoadTime()?
- Advice for implementing single sign-on?
- A good way to maintain a resume on WordPress?
- Media Uploader: get deleted files
- Using development versions of jQuery, TinyMCE, …?
- WordPress REST Upload Media
- How to make WordPress use protocol indepentent upload files?