I guess if you are using the construct
$dirs['baseurl'] = network_site_url( '/wp-content/uploads' );
try changing this to ..
$dirs['baseurl'] = get_site_url( get_current_blog_id(), '/wp-content/uploads' );
Related Posts:
- Hook filter to change wp_upload_dir() path in multisite
- Specific upload folder for PDFs in custom Post type in WP multisite
- Get upload URL by blog ID in multisite
- Multisite stuck at 1MB for max file size
- Which asset URLs are acceptable in a “vanilla” MU install?
- Can upload doc and pdf but not ppt – not permitted for security reasons
- Listing of all uploaded files in network sites
- Upload path/URL weirdness for the main blog of a multisite/network setup
- Turn off ms-files.php after network setup
- Organize uploaded media files
- How can I have network sites not use year/month folders by default?
- How to upload images manually to wordpress?
- Sharding BLOGUPLOADDIR
- Advanced Custom Fields Multisite Upload/Imagery Issue [closed]
- How to make WordPress use new Upload Path settings in Multisite Setup
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- Shared upload folder in wordpress multisite
- Protect Uploads in Multisite
- .epub file blocked despite ALLOW_UNFILTERED_UPLOADS set to true
- How to get max upload size and accepted file types on multisite?
- WordPress Media mime type filter problem 4.0
- WordPress 3.2(Multisite) – How to add custom user meta fields to signup form?
- Force Uploads Use Yearmonth to off (0) for all existing sites in Multisites
- why when I try to insert an image attachment along with a post does wp_get_attachment_url give me a very wrong file path?
- Images uploading to wrong directory after changing to multisite
- Media library not loading after switching the main site of multisite
- How to stop unlink images when remove a site or user
- Multisite media library uploads broken images
- Upload images from one site to another in Multisite
- Image problem – Multisite image upload broken
- Allow Author on Site A capability to upload files on Site B in Multi Site
- Upload file type not permitted even if explicitly registered as upload_filetypes in the db (multisite)
- Where does multisite store image uploads?
- Error uploading files bigger than 58 MB
- WP doesn’t remove uploads from folder when removed from “Media Library”?
- Problem uploading images
- ‘Cheatin’ uh?’ Error When Attempting to Upload Images After 3.4 Update
- How to protect post attachments related to a custom post type, from non-logged in users, on 1 subsite of a multisite installation?
- Multisite – Images often getting uploaded to the wrong month directory
- Merge Multisites with Shared Network Media Library
- Limit entries number on network/sites.php
- Copying media from multisite subsites to main website
- Cannot use pre_set_site_transient_update_themes from within a theme in multisite
- Show media-frame-menu on custom Media Frame
- How to protect specific uploaded files from being accessed by non-logged-in users in WP-multisite
- Multisite sub-directories IIS 7.5 change media/uploads location
- Make uploads live outside of the WP folder
- Conditional Image Sizes for Use via Theme Customizer Upload Only
- Redirect to another page using contact form 7? [closed]
- Where to set individual blog quotas?
- Save uploads directly in the uploads folder (on a multisite)
- Multisite adjust uploads like (/upload/%alphanumeric_id%/%file_type%/%blog_ID%)
- Automatically Insert Into Post when uploading Media
- Can I use the same Folder name as a Multisite Blog?
- Hiding media uploaded by other users in wordpress multisite?
- Multisite missing tmp folder error while uploading
- Multisite subdirecty added inside URL to uploaded files
- How To Upload Existing WordPress Site To WordPress Multisite Using SSH
- Remove multisite part from wordpress multisite upload directory
- How to set upload path after renaming uploads folder in Multisite?
- WordPress Multisite subdomains and sharing the same upload folder
- Do “switch_to_blog()” and “restore_current_blog()” re-run the filters?
- New wordpress uploads are broken
- Primary site file uploads failing, subdirectory subsites upload fine
- How to disable style filtering in post?
- Multi site and media uploader
- MP4 upload ok, but HTTP500 if I update the file (multisite)
- The wpmu_blogs_columns filter is not working
- Redirect to Multisite site 2 if site 1 has a setting
- WordPress Multisite with multiple domains using Nginx
- How do I fix problems with users not being able to publish and only submit for review after upgrade of Multisites installation?
- subdomain archiving
- Copy site from one multisite to another
- how do I configure nginx for wordpress multisite, it occurs ERR_TOO_MANY_REDIRECTS
- How to change the database prefix in multisite (WPMU) install
- Getting blank thumbnails in media library?
- Accessing multiple sites via FTP
- Multiple homes for multiple languages [closed]
- You do not have permission to edit this user
- Multiple install for multilanguage. How to?
- WordPress (3.9.1) MultiSite Permissions. Is chown the answer?
- Multsite redirecting to the main site
- How to make a php script(app) accessible to all wordpress subdomains in a wordpress multisite configuration?
- Multisite with 220+ sites painfully slow
- upload_files cap to not loggen in users – add_cap to not logged in users
- WordPress Mulitisite – Unable to create directory
- network site domain mapping still applied after being removed
- Can WordPress Multisite (MU) subdirectory url/slug/permalink be changed?
- Add access control origin header information across multisite
- Multisite Login problem
- WordPress MultiSite Won’t Work on Google AppEngine
- How many .htaccess files should a WordPress multisite (subdirectory set up) have?
- Multisite loads assets from main site
- Fix nested WordPress multisite resource path?
- How to trigger “wp_handle_upload_prefilter” filter when uploading an image programatically?
- How to reconnect database to existing wordpress multisite setup after changing site name
- How can I have different langauges in wp-admin on a multisite installation?
- Redirect authors from upload.php url to Home page in Multisite
- Multisite: should /blog go to a 404 page?
- Create service similar to wordpress.com [closed]