Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Can anyone tell me or point me to the documentation on how I can save my media files on a 3rd party app like SharePoint or Dropbox?
The server were I run my site has limited space and I would like to move all my images, videos and media files to a 3rd part app
Hi Yaco
Normally I'd use Azure Blob Storage with Umbraco for Media, there is an official File System Provider and lots of documentation here:
https://docs.umbraco.com/umbraco-cms/extending/filesystemproviders/azure-blob-storage/
But if you want to connect to a different third party storage solution, you can build your own custom FileSystemProvider implementation:
https://docs.umbraco.com/umbraco-cms/extending/filesystemproviders/
The source code for the Azure Blob storage one might also provide inspiration: https://github.com/umbraco/Umbraco.StorageProviders
regards
marc
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Is it possible to save Media files in a 3rd part app
Can anyone tell me or point me to the documentation on how I can save my media files on a 3rd party app like SharePoint or Dropbox?
The server were I run my site has limited space and I would like to move all my images, videos and media files to a 3rd part app
Hi Yaco
Normally I'd use Azure Blob Storage with Umbraco for Media, there is an official File System Provider and lots of documentation here:
https://docs.umbraco.com/umbraco-cms/extending/filesystemproviders/azure-blob-storage/
But if you want to connect to a different third party storage solution, you can build your own custom FileSystemProvider implementation:
https://docs.umbraco.com/umbraco-cms/extending/filesystemproviders/
The source code for the Azure Blob storage one might also provide inspiration: https://github.com/umbraco/Umbraco.StorageProviders
regards
marc
is working on a reply...