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.
如何将我的联系表单发送的电子邮件附件的文件类型限制为 Doc、Docx、PDF?
有一个片段。
用法是:
attachment = ExtFileField(ext_whitelist=(".pdf", ".txt"))