我应该如何制作带有可下载文件字段的 Plone 内容类型?

发布于 2024-10-05 10:35:18 字数 115 浏览 5 评论 0原文

我正在尝试使用 Archetypes 创建一个 Plone 内容类型,它恰好包含两个可下载文件,如 plone.app.blob.FileField。我该如何实现这些字段可以被遍历然后下载?

I am trying to make a Plone content type with Archetypes that holds exactly two downloadable files as plone.app.blob.FileField. How do I make it so those fields can be traversed to and then downloaded?

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

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

发布评论

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

评论(1

坠似风落 2024-10-12 10:35:18

下载 URL 的拼写为 content-item/at_download/field-name。内容类型无需执行任何特殊操作即可支持可下载的 Blob 字段。

The spelling for the download URL is just content-item/at_download/field-name. The content type doesn't have to do anything special to support downloadable Blob fields.

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