PHP ZIP file download

后端 未结 7 1225
一生所求
一生所求 2020-12-17 05:51

Here is a code which downloads attachment files from the an imap server. Almost all file types (pdf, doc, xls, etc) are being downloaded correctly, where as some zip files g

相关标签:
7条回答
  • 2020-12-17 06:40

    I might be a little late but I faced the same problem and these lines worked like a charm for me

    while (ob_get_level()) {
      ob_end_clean();
    }
    
    0 讨论(0)
提交回复
热议问题