mediatacom / enhancedezbinaryfile
增强的eZBinaryfile数据类型
4.5.2
2017-03-23 08:48 UTC
Requires
This package is auto-updated.
Last update: 2024-09-24 20:42:32 UTC
README
增强的eZBinaryfile数据类型使得可以使用信息收集器功能,允许(匿名)用户发送/上传文件作为附件。如果信息收集器启用了邮件,则文件将作为多部分MIME附件发送。/* 增强的eZBinaryfile用于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.
*/
增强的eZBinaryfile数据类型:版本:1.0
- 上下文
此数据类型是为了使收集的表单二进制文件可以作为多部分MIME电子邮件发送而开发的。
- 特性
增强的eZBinaryfile数据类型使得可以使用信息收集器功能,允许匿名用户发送文件作为附件。
- 使用示例
增强的eZBinaryfile可以用来允许人们将文档附加到联系表单中。
- 已知的错误、限制等。
此数据类型有以下限制和错误
- 即使有限制,允许匿名用户上传二进制文件到服务器仍然是一个潜在的安全风险。
- 如果文件有效但表单因其他原因失败,文件仍然会被上传到存储目录。
- 当从后端删除收集信息时,文件不会被删除。
- 文件类型只通过文件名进行验证,这可能是危险的。
- 此代码使用autoloads目录中包含的parsexml模板操作符。如果在作为扩展加载此模板操作符,则应删除autoload。
- 未在集群上进行测试。按照当前设置,实际上可能不需要集群功能。
- 反馈
请将您的所有评论、建议和改进意见发送至 info@leidentech.com。
- 免责声明
本程序为自由软件;您可以在自由软件基金会发布的GNU通用公共许可证条款下重新分发和/或修改它;许可证的第2版或(按您的选择)任何更高版本。
本程序以希望它是有用的方式分发,但没有任何保证;甚至没有关于适销性或特定目的适用性的暗示保证。有关详细信息,请参阅GNU通用公共许可证。