TYPO3 - 文件上传,默认覆盖

发布于 2024-12-10 19:47:28 字数 73 浏览 0 评论 0原文

有没有办法在typo3中上传文件/图片/任何内容,而不用重命名/后缀数字? 换句话说,有没有办法在上传错误时默认覆盖文件? 提前致谢

is there a way to upload a file/picture/whatever in typo3 and not have it renamed/suffixed with a number?
to put it another way, is there a way to overwrite files by default when uploading in typo?
thanks in advance

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

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

发布评论

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

评论(2

故人的歌 2024-12-17 19:47:28

无法通过 TSconfig 来做到这一点。

您必须更改 TYPO3 源代码(查看typo3/sysext/filelist/mod1/file_list.php),但这显然会在您升级时中断。

There is no way to do that via TSconfig.

You would have to alter the TYPO3 source (take a look at typo3/sysext/filelist/mod1/file_list.php), but this will obviously break when you upgrade.

帅气尐潴 2024-12-17 19:47:28

尝试 DAM 扩展。多次引用文件时,它会创建符号链接而不是文件副本。

Try the DAM extension. It creates symlinks instead of copies of files when refering to them multiple times.

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