Copied to clipboard

Flag this post as spam?

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


  • Karthik 12 posts 92 karma points
    Dec 30, 2020 @ 14:30
    Karthik
    0

    is it possible to store media files in MS Sql server instead of physcial "Media" folder in Umbraco CMS?

    is it possible to store media files in MS Sql server instead of physcial "Media" folder in Umbraco CMS?

  • Amir Khan 1282 posts 2739 karma points
    Dec 30, 2020 @ 17:39
    Amir Khan
    0

    I guess you could create a custom datatype to upload it to a database or start by investigating a package like this which pushes things to S3, but would you really want a database call every time someone references an image?

    Here's the package I was talking about: https://github.com/ElijahGlover/Umbraco-S3-Provider

  • Karthik 12 posts 92 karma points
    Dec 31, 2020 @ 04:48
    Karthik
    0

    Dear Amir,

    Thanks for reply,

    Yes, I want to call database every time to render image in frontend as well backoffice.

    kindly suggest which is best approach to overcome this scenario.

    Regards, Karthik

  • Karthik 12 posts 92 karma points
    Jan 04, 2021 @ 12:03
    Karthik
    0

    kindly suggest which is best approach to overcome above scenario.

    Tx.

  • Huw Reddick 1737 posts 6098 karma points MVP c-trib
    Jan 04, 2021 @ 12:39
    Huw Reddick
    0

    The best approach would be to have the images in the files system so that get cached by the webserver, why do you want to call the database for every image ?

Please Sign in or register to post replies

Write your reply to:

Draft