Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求,客户端需要将 XML 文件上传到 CMS,但我收到错误“不允许扩展”。是否允许 XML 文件?我已将 xml 添加到上传字段上的 setAllowedExtensions 但这仍然不起作用。
谢谢
因此,除了在 UploadField 上设置允许的扩展名之外,我还必须将扩展名添加到站点配置中文件的全局配置中。
SilverStripe\Assets\File: allowed_extensions: - 'xml'