PHP ZIP file download

后端 未结 7 1295
一生所求
一生所求 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();
    }
    

提交回复
热议问题