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
my umbraco ver is 7.0.2
The following is the standard setup:
<Provider alias="media" type="Umbraco.Core.IO.PhysicalFileSystem, Umbraco.Core"> <Parameters> <add key="virtualRoot" value="~/media/" /> </Parameters> </Provider>
I would like to be able to do something like this to point the media library to a different location:
<Provider alias="media" type="Umbraco.Core.IO.PhysicalFileSystem, Umbraco.Core"> <Parameters> <add key="virtualRoot" value="D:\Umbraco\media\" /> </Parameters> </Provider>
I tried it but invalid, is there something wrong?
Thanks a lot in advance
Hi yumin,
Here is a blogpost about the same topic, changing the media folder path.
http://www.proworks.com/blog/2013/07/31/how-to-redirect-the-umbraco-media-path-to-another-location/
I hope this can help you closer to solve your issue.
/Dennis
thanks a lot
The above link to proworks is broken. Can't see the solution.
http://www.proworks.com/blog/archive/how-to-redirect-the-umbraco-media-path-to-another-location/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
how to change the path of media folder
my umbraco ver is 7.0.2
The following is the standard setup:
I would like to be able to do something like this to point the media library to a different location:
I tried it but invalid, is there something wrong?
Thanks a lot in advance
Hi yumin,
Here is a blogpost about the same topic, changing the media folder path.
http://www.proworks.com/blog/2013/07/31/how-to-redirect-the-umbraco-media-path-to-another-location/
I hope this can help you closer to solve your issue.
/Dennis
thanks a lot
The above link to proworks is broken. Can't see the solution.
http://www.proworks.com/blog/archive/how-to-redirect-the-umbraco-media-path-to-another-location/
is working on a reply...