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.
有没有办法将文件附件限制为富文本字段。例如,我有一个名为“temp”的富文本,我想限制用户只能将 1mb 文件附加到它。这对莲花有可能吗?
不是直接的。如果您使用标准 RichtextItems,则无法在附件导入之前检查文件大小。
您可以制作自己的导入按钮,在将文件附加到 Richtextlite 字段之前检查文件大小。
或者您可以在用户保存附件后检查大小。