This way you can store your media files on different server. Make sure you access rights are set up correctly so that you website can create, modify and delete files.
rootPath : this is the network URL of your file server
rootUrl : the url where the files can be accessed
data type
Sorry, an question i can install the element media(for example images) in a different server of umbraco Thanks for everything.
Ok i have the component media in a server and umbraco templates in a different server . How can upload the image?
Hi Massimiliano,
This is possible with the filesystem provider that is shipped with Umbraco out of the box.
You need to make changes in the file /config/FileSystemProviders.config
This way you can store your media files on different server. Make sure you access rights are set up correctly so that you website can create, modify and delete files.
rootPath : this is the network URL of your file server rootUrl : the url where the files can be accessed
Another approach is to put your files in Azure Blob storage. You can enable that in Umbraco by installing this package : https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure
And if that doesn't work for you, you can always write your own file system provider : https://our.umbraco.org/Documentation/Extending/Custom-File-Systems
Dave
is working on a reply...