Probably should be titled: \"SonataMediaBundle - where\'s the missing howto?\".
I\'ve made some admin backend with sonataAdminBundle and sonataDoctrineORMAdminBundle (an
Considered the best practice of the imposition of file storage on a separate server. What would it send a file or a link to a file, you can use Symfony byundle https://packagist.org/packages/avtonom/media-storage-client-bundle
if($file instanceof UploadedFile){
$this->get('avtonom.media_storage_client.manager')->sendFile($file, $clientName, $context);
}