[
  {
    "Id": "1291116",
    "ThreadId": "561512",
    "Html": "Hi,<br />\n<br />\nIs it possible to have a progress bar for encrypting a zip when using PHP? My working code of zipping the large files (&gt;1GB-2GB) is below:<br />\n<pre><code>$zip = new COM(&quot;Ionic.Zip.ZipFile&quot;);\n$zip-&gt;Name = $zippath;\n$zip-&gt;Encryption = 3;\n$zip-&gt;Password = $zippass;\n$zip-&gt;AddDirectory($folderdir);\n$zip-&gt;Save();\n$zip-&gt;Dispose();</code></pre>\n\nI'm assuming the Save() would have some extra parameters to handle the progress and pass back at integer that represented the progress but I'm not sure what.<br />\n",
    "PostedDate": "2014-08-18T09:57:29.083-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]