SharePoint 文件名

发布于 2024-07-29 08:30:39 字数 238 浏览 3 评论 0原文

我们都知道 MOSS 是一种令人头疼的东西。 今天我又遇到了另一个 MOSS 问题,文件名。

MOSS 文档库中存储的文档的文件名中不能包含以下字符:\ / : * ? " < > | # { } % ~ &

(1) 是否可以对 MOSS 应用补丁以允许使用与标准文件系统上允许的文件名相同的文件名?

(2) 如果不可能,是否有一些什么样的适配器可以允许这个

We all know MOSS is a royal pain in the gut. Today I am faced with yet another MOSS issue, file names.

Documents stored in a MOSS document library cannot contain the following characters in the filename: \ / : * ? " < > | # { } % ~ &

(1) Is it possible to apply a patch to MOSS to allow the same filenames as are permitted on a standard file system?

(2) If this is not possible is there some kind of adapter that can allow for this?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

春花秋月 2024-08-05 08:30:39

1) 不会。

2) 您可以开发自定义的上传和下载功能,对特殊字符进行编码/解码并以特殊方式存储它们。

1) No.

2) You could possible develop customized upload and download functionality that would encode/decode the special characters and store them in a special way.

智商已欠费 2024-08-05 08:30:39

SharePoint 太棒了! (我不知道,如果您想要答案,为什么不尊重回答者可能是专家的产品?)

不支持这些字符是有道理的。 ? 例如,在 url 中具有非常独特的用途,因此您不能在 url 中的任何地方使用它。 确实和MOSS没有关系。 它是一个基于浏览器的应用程序,仅此而已。

SharePoint is wonderful! (I dunno, if you want answers why disrespect the product that the people answering may be experts in?)

It makes sense that those characters are not supported. ? for instance serves a very distinct purpose in urls so you can't use it anywhere you like in urls. Nothing to do with MOSS really. Its a browser based app, thats all.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文