Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Yaco Zaragoza 88 posts 363 karma points
    Jul 28, 2023 @ 16:17
    Yaco Zaragoza
    0

    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

  • Marc Goodson 2157 posts 14434 karma points MVP 9x c-trib
    Jul 29, 2023 @ 08:28
    Marc Goodson
    100

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies