Shared upload folder in wordpress multisite with custom sub site domain pictures URL:s

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' );