aplyca / enhancedezbinaryfile-ls
enhancedezbinaryfile eZ publish 旧版扩展
dev-master
2017-03-31 23:32 UTC
Requires
This package is auto-updated.
Last update: 2024-09-12 10:02:16 UTC
README
增强型 eZBinaryfile 数据类型通过信息收集功能允许(匿名)用户发送/上传文件作为附件。如果信息收集器启用了邮件,文件将以多部分 MIME 附件的形式发送。/* 增强型 eZBinaryfile for eZ publish 4.0+ 由 Steven E. Bailey 和 Sebastiaan van der Vliet 开发,Leiden Tech,荷兰莱顿
http://www.leidentech.com, info@leidentech.com
This file may be distributed and/or modified under the terms of the
GNU General Public License" version 2 as published by the Free
Software Foundation and appearing in the file LICENSE.GPL included in
the packaging of this file.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The "GNU General Public License" (GPL) is available at
https://gnu.ac.cn/copyleft/gpl.html.
This is an overrided version to custom uploads from an ez5 APP
*/
增强型 eZBinaryfile 数据类型:版本:1.0
- 上下文
此数据类型是为了能够将表单收集的二进制文件作为多部分 MIME 邮件发送而开发的。
- 功能
增强型 eZBinaryfile 数据类型允许使用信息收集功能,允许匿名用户发送文件作为附件。
- 使用示例
增强型 eZBinaryfile 可以用来允许人们将文件附加到联系表单中。
- 已知错误、限制等。
此数据类型有以下限制和错误
- 即使有限制,允许匿名用户将二进制文件上传到服务器仍然是一个潜在的安全风险。
- 如果文件有效,但表单因为其他原因失败,文件仍会上传到存储目录。
- 当从后端删除收集信息时,文件不会删除。
- 文件类型仅通过文件名进行验证,这可能是危险的。
- 此功能使用在 autoloads 目录中包含的 parsexml 模板操作符。如果在事件中此模板操作符已被作为扩展加载,则应删除自动加载。
- 未经集群测试。按照当前设置,可能不需要集群功能。
- 反馈
请将您的所有评论、意见和改进建议发送至 info@leidentech.com。
- 免责声明
本程序是自由软件;您可以在自由软件基金会发布的 GNU 通用公共许可证的条款下重新分发和/或修改它;许可证的第 2 版,或(按您选择)任何较新版本。
本程序是根据它将是有用的,但没有任何保证;甚至没有关于其可销售性或适用于特定目的的隐含保证。有关详细信息,请参阅 GNU 通用公共许可证。