I suggest using BuddyPress groups with the BuddyPress Docs plugin (attachments enabled).
You need to allow XML uploads with:
add_filter('mime_types', 'custom_upload_xml');
function custom_upload_xml($mimes) {
$mimes = array_merge($mimes, array('xml' => 'application/xml'));
return $mimes;
}
Related Posts:
- Creating a metabox to upload multiple images, Ignoring The Featured Image
- How to hide CPT files from media library programmatically
- Add metabox with media uploader in a custom post type [duplicate]
- How to Removing fields from the Media Uploader/Gallery on a Custom Post Type Edit Page
- Remove fields on media uploader for custom page type – not working for “From Computer” or “From Url” tabs?
- Duplicate Custom Header Functionality into the post edit screen
- how to get URL of media uploaded to WordPress via media_handle_sideload()
- Cannot upload featured image to a custom post type
- Submit post and upload image from front-end
- How to disable generation of default image sizes for some custom post types?
- Media library – Limit images to custom post type
- How can I bulk upload images and automatically create posts for each one at the same time?
- Use a separate upload folder for custom post attachment upload
- Handling front-end file uploads, considering safety and ease of use
- Hide “Add media”, HTML editor from TinyMCE
- Set custom upload path for custom post type only?
- Remove tabs from media uploader for a CPT
- How do I add media to a custom post type?
- Removing Image Sizes for Custom Post Type
- Image size filtering in Media uploader according to custom post type
- Rename the insert button in media upload window
- Change upload_dir folder at a certain cpt but cant change back
- Limit upload by file type only for certain custom post type
- wp is not defined error using wp.media to create a custom image uploader
- How do I organize photos for multiple galleries?
- Upload Image from Front End and Resize
- Delete all associated media when custom post type removed
- MP3 Manager for WordPress
- How to rename image at uploading on specific plugin or post-type in WordPress
- Cannot attach media when capabilities added to custom post type
- window.send_to_editor and jQuery .attr() conflicts with multiple custom upload image meta boxes
- Force documents to appear in Featured Image dialogue
- Display users uploaded files as posts
- Get image post ID in media upload
- WordPress 3.5 Media Uploader – Only allow 1 upload and certain file types
- Hide editor while keeping add media button in custom post type
- Add a button or image button that calls wp functions in the wp-admin
- How to Create an Image Upload Box for Custom Posts?
- How to get the upcoming post ID from front end?
- Custom Post Type Video – Online/Offline
- How to update post meta on uploaded image from a custom form?
- frontend image post uploader
- Checking if $_FILE isset for an array of file upload metaboxes
- How to: wordpress job listing and candidates details
- Redirect to another page using contact form 7? [closed]
- How to add multiple images to a custom post type without plugin [closed]
- Why won’t this jQuery code work?
- Create a custom post type for a photo post
- custom post type by author – wp job manager
- Custom Attachment Type
- Invalid file type when using wp_upload_bits to upload PDF to a custom post type
- Insert into post button missing on custom post type
- Save data is post using php front end
- Why this didn’t work if i use get_the_ID(), but works if i pass the numeric id
- Attaching more than 1 parent (Post) to a media file
- Make it impossible to save a custom post type with both video and image selected?
- Multi Photo Upload with Caption on Front End for Custom Post Type
- Create Custom Post Type PDF File (Like Media) Then Add Searchable Custom Fields
- Custom Upload Directory for Custom Post Types
- Cant move file after media_handle_upload
- Custom post type media upload error with custom user role
- Custom post type Featured Image popup not working
- adding a shortcode into a custom post type
- Custom Post Type to Upload Images
- Allow authors to create article image
- How to stream a linked file in WordPress
- Changing upload directory and migrating old attachments
- Detach WordPress Media Files In Bulk
- upload featured image using custom post type
- Media Library empty or only 1 item when invoked from custom post type set featured image button
- Get archive of posts separated by taxonomies and subtaxonomies
- How can I get the $key / $value pairs of custom fields that were added via 3rd party plugins or themes?
- Adding Information To All Posts Screen
- do action inside a class is not working
- How can draft post after 1 year
- Custom post type AND custom taxonomy are not connected
- Cannot use pages created on WP
- Menu disappears with custom post type link
- Help understanding custom post type and children
- How to delete comma from the end of results? [closed]
- How to display most visited posts of a certain category of custom post type?
- How to use TOC with ACF?
- get children from current variable (taxonomy) via shortcode
- Structuring 3K pages in WordPress
- Show Templates in Custom Post Type Editor
- Can’t seem to filter wp_query by current category ID
- call_user_func_array() error after moving to another server
- why custom post archive gives always no more than 10 posts despite of paging settings?
- Tricky Custom post loop
- Custom post type not being pulled in widget
- Custom post type updated to support comments, yet comments don’t appear
- the_permalink() leads back to homepage
- Custom post tag images not displaying with ACF
- Query Pulling the same post twice
- This wp_query will not return any posts and only seems to work with post_status inherit?
- Using piklist meta box, strange behavior
- template structure for CPT not clear
- Registering an optional custom post type from a plugin
- Custom post type issue
- Dropdown switching subcategories portfolio