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
Hey,
I have a file storage in the LAN where all my images are stored and my website is in a DMZ, so what is the best way to handle static image file requests ?
Is it better to write a custom handler for a given route or to handle it dynamically like here https://martincarlsen.com/securing-media-files-in-umbraco/
Recommendations welcome Thanks Norbert
write a custom IFileSystemPRovider plugin similar to the S3 one: https://github.com/ElijahGlover/Umbraco-S3-Provider
Isn't that easier? Or are there any drawbacks here? http://www.jondjones.com/learn-umbraco-cms/umbraco-developers-guide/how-to-structure-your-umbraco-project/where-are-media-files-stored-in-my-umbraco-website
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom file handler
Hey,
I have a file storage in the LAN where all my images are stored and my website is in a DMZ, so what is the best way to handle static image file requests ?
Is it better to write a custom handler for a given route or to handle it dynamically like here https://martincarlsen.com/securing-media-files-in-umbraco/
Recommendations welcome Thanks Norbert
write a custom IFileSystemPRovider plugin similar to the S3 one: https://github.com/ElijahGlover/Umbraco-S3-Provider
Isn't that easier? Or are there any drawbacks here? http://www.jondjones.com/learn-umbraco-cms/umbraco-developers-guide/how-to-structure-your-umbraco-project/where-are-media-files-stored-in-my-umbraco-website
is working on a reply...