Umbraco 上传文件到另一个文件夹,而不是media files

Posted 新西兰程序员

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Umbraco 上传文件到另一个文件夹,而不是media files相关的知识,希望对你有一定的参考价值。

If you want to upload there media files to another place in the same instance of IIS, for example a different folder, there are several things you can do.

1) map your other location to the /media folder on your site as a virtual folder in IIS. That will just work out of the box, and all of your existing media files will continue to work if you move them to the location you‘re mapping to.

2) change the path in the file /config/FileSystemProviders.config, look for the virtualRoot parameter. By default, it‘s set to "~/media/", but you can change it.

以上是关于Umbraco 上传文件到另一个文件夹,而不是media files的主要内容,如果未能解决你的问题,请参考以下文章

使用 Web Deploy 发布时如何包含 umbraco_client 文件夹?

无法从Web服务器复制Umbraco.sdf

sql Umbraco部门包 - 将相同的部门节点权限复制到另一个部门。 #umbraco #sql

如何在 umbraco 中设置全球文化?

jsp如何将图片上传到服务器某个文件夹里面,而路径存到mysql数据库中,然后将数据库中的图片显示到另一页面

如何在 PHP 中将上传的文件移动到另一台主机