我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

将pdf文件列表保存到zip并下载

I'm want to download a list of file pdf into an zip file. But when i download it the file pdf inside the zip have size 0kb. i will post the code below.

    $this->load->library('zip');

    foreach ($candidati as $candidato)
    {
        if($candidato->CV_candidato){
            $file = $nome . '/' . $candidato->CV_candidato;
            $this->zip->add_data($file);
        }
    }
    $this->zip->download($nome . '.zip');

Some suggestion? Thank you for your time.

近期文章

  • 如何在preg_match模式中留出空间?
  • 如何在Drupal 8中获取当前用户对象?
  • twig扩展 - php相当于twig的包含
  • 暴露异常消息是否安全?
  • 试图理解DateTime :: diff()函数
  • 将ajax响应转换为特定格式?
  • 只有帖子作者才能回复帖子评论
  • 如何为字段ActiveForm创建事件onchange
  • 使用JavaScript数组推送php json数组
  • 如何再次在PHP和PHP中用HTML编写HTML?
  • 将数据插入xammp mysql表时出错
  • too long
  • PHP file_get_contents()突然停止工作
  • MySQL查询后使用PHP输出唯一数据
  • W3 Total Cache FIle注入了Fishy Script
  • Laravel获取具有正确编码的请求正文
  • PHP | 如何等待页面加载? (在一个循环中)
  • Laravel {{}}和{!! !!}有没有一种安全的方式来显示HTML?
  • 如何在5分钟后重定向到另一个页面?
  • 变量的字符串长度是空的怎么样?

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华