php 自定义 zip 文件

发布于 2024-10-26 23:22:51 字数 130 浏览 1 评论 0原文

目前有一个 html 表单,有 6 个复选框,每个复选框根据是否选中而给出 0 或 1 值。每个复选框均指网站上的单独 pdf 文件。将这些复选框值转换为 zip 文件的最佳方法是什么? 然后,zip 文件将作为附件传递到已经编写好的电子邮件脚本

Currently have an html form with 6 checkboxes, each one giving a value of 0 or 1 depending on whether it is checked or not. Each checkbox refers to a seperate pdf on the site. What is the best way to turn these checkbox values into a zip file?
The zip file will then be passed, as an attachment, to an emailing script, which has already been written

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

征棹 2024-11-02 23:22:52

如果您的每个复选框都引用一个 PDF 文件,为什么不将该 pdf 文件的名称放入 chechbox name 属性中呢?像这样,一旦表单发布,您将获得所需的 PDF 的所有名称,并使用 ziparchive 类

If each of your checkbox refers to a PDF file, why don't you put the name of this pdf file in the chechbox name attribute? Like this, once the form is post, you'll get all the name of the PDF required and you zip them using ziparchive class for example.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文