netgen/enhancedezbinaryfile

增强型 eZBinaryfile 数据类型允许使用信息收集器功能,以便(匿名)用户发送/上传文件作为附件。

安装次数: 1,004

依赖项: 0

建议者: 1

安全: 0

星标: 4

关注者: 7

分支: 1

开放问题: 0

类型:ezpublish-legacy-extension

v5.0.0 2017-09-18 12:31 UTC

This package is auto-updated.

Last update: 2024-08-24 20:29:00 UTC


README

Downloads Latest stable License PHP

增强型 eZBinaryfile 数据类型允许使用信息收集器功能,以便(匿名)用户发送/上传文件作为附件。如果信息收集器启用了邮件,则文件将以多部分 MIME 附件的形式发送。/* 为 eZ publish 4.0+ 开发的增强型 eZBinaryfile,由 Steven E. Bailey 在荷兰莱顿科技大学开发

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

  1. 上下文

此数据类型是为了使能够将表单收集的二进制文件以多部分 MIME 电子邮件的形式发送而开发的。

  1. 功能

增强型 eZBinaryfile 数据类型允许使用信息收集器功能,允许匿名用户发送文件作为附件。

  1. 使用示例

增强型 eZBinaryfile 可以用来允许人们将文档附加到联系表单中。

  1. 已知的错误、限制等。

此数据类型有以下限制和错误

  • 即使有限制,允许匿名用户将二进制文件上传到服务器仍然是一个潜在的安全风险。
  • 如果文件有效但表单由于其他原因失败,则文件仍然会上传到存储目录。
  • 当从后端删除收集的信息时,文件不会被删除。
  • 文件类型仅通过文件名进行验证,这可能是危险的。
  • 这使用了 autoloads 目录中包含的 parsexml 模板操作符。如果在扩展程序中已经加载了此模板操作符,则应删除 autoload。
  • 未在集群中进行测试。实际上,由于当前的设置,可能不需要集群功能。
  1. 反馈

请将您的所有评论、意见和建议发送至 info@leidentech.com

  1. 免责声明

本程序是自由软件;您可以在自由软件基金会发布的 GNU 通用公共许可证条款下重新分发和/或修改它;许可证版本 2,或者(根据您的选择)任何较新版本。

本程序按照希望将会是有用的,但没有任何保证;甚至没有关于其商业性或适用于特定目的的暗示性保证。有关详细信息,请参阅 GNU 通用公共许可证。