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
- Help Creating a Slideshow Custom Post Type with Custom Meta Boxes?
- Get custom post type slug for an archive page
- “Add Media” only shows “Full Size” under Attachment Display Settings
- Custom Post Type as Page parent
- category__in not working on custom post type
- Creating a Custom Post Types dropdown in a Meta Box
- WordPress Admin Panel search posts with custom post meta values along with title
- Registered Post Type Isn’t Showing in Admin Menu
- Multiple templates for custom post type
- Check if author or current user has posts published
- Overriding taxonomy and custom post type
- WordPress Custom Post Type Children Template
- Update Post Meta for a logged in user
- WordPress uses url different from defined in rewrite arg of custom post type
- Settings API – save multiple tabs at once
- $wpdb->get_col and ORDER BY?
- Update ACF fields on a frontend form? [closed]
- Sanitaizing Select Optin For Custom Post Type Metabox in WP
- Printing errors during save custom post type
- Include “Scheduled” (“Future”) Posts in WordPress Post Navigation ( previous_post_link, next_post_link ) for a Specific Custom Post Type
- 2 modal windows with ACF content on Archive page
- Custom post type single page uses the right template in preview mode but shows a different template after being posted
- Showing Custom Post Type with his templates on a custom page template
- Custom post edit page permalink links to edit page rather than the post
- Show Templates in Custom Post Type Editor
- How can I make a custom post type that loops pages in a new dashboard page, each single page is a new dashboard page (all within the back-end)?
- Pagination not working for archive
- Save post_parent in a custom post type
- Load posts via AJAX without draft status
- Convert dynamic jetpopup to a dynamic page
- How to Upload a media item with alt text and description