[
  {
    "Id": "118277",
    "ThreadId": "35583",
    "Html": "Is it possible for this utility to break the zip file apart into predetermined file sizes?&nbsp; And then later be opened with a standard Zip program?&nbsp; I would like to be able to specify the file size right in my C# code, and then it would create all separate part files to be zipped back up later.&nbsp; Thanks<br>\r\n",
    "PostedDate": "2008-09-12T20:55:18.107-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "118336",
    "ThreadId": "35583",
    "Html": "No, this library does not produce or read multi-part zip files. <br>\r\n<br>\r\nCan you explain why you need this? You're the first one to ask for it.&nbsp;<br>\r\nMulti-part zips used to make sense when there was an a physical limit to the size of the storage media - when floppy disks were the media for moving data, the limit per disk was 1.44mb.&nbsp;<br>\r\n<br>\r\n",
    "PostedDate": "2008-09-13T09:00:26.453-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "118351",
    "ThreadId": "35583",
    "Html": "&nbsp;I need to be able to have the zip in multiple parts for emailable chunks.&nbsp; Many email services only allow 10 MB max per email, and if the zip were larger it would not work.&nbsp; Email is the only way to send the zip files so they must be small enough to work with any email service.<br>\r\n",
    "PostedDate": "2008-09-13T11:39:09.78-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "118355",
    "ThreadId": "35583",
    "Html": "<p>Ah, I see. Ok that makes sense. </p>\r\n<p>I've entered a workitem.&nbsp;<a href=\"http://www.codeplex.com/DotNetZip/WorkItem/View.aspx?WorkItemId=6156\">http://www.codeplex.com/DotNetZip/WorkItem/View.aspx?WorkItemId=6156</a><br>\r\nI don't know when I might get to looking into it. </p>\r\n<p>&nbsp;</p>\r\n",
    "PostedDate": "2008-09-13T12:29:32.137-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]