[
  {
    "Id": "697725",
    "ThreadId": "279335",
    "Html": "\r\n<div>Hi,</div>\r\n<div>I have wrote a program that use your library. If I zip a file whit space in file name and open it with 7-zip i receive this error: UNABLE TO OPEN FILE...</div>\r\n<div>Winrar opent it correctly</div>\r\n<div><br>\r\nThere is any option to set when I create the zip file?</div>\r\n<div>I use VB.NET<br>\r\n<br>\r\nThanks</div>\r\n<p>&nbsp;</p>\r\n",
    "PostedDate": "2011-11-14T01:48:18.2-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "698823",
    "ThreadId": "279335",
    "Html": "<p>There is anyone that can help me?</p>",
    "PostedDate": "2011-11-16T00:46:02.8-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1275002",
    "ThreadId": "279335",
    "Html": "I faced this same issue and I found that space in the filename is Url Encoded to %20 and this file couldn't be added in the zip file. So just unescape the filename string i.e. %20 should be a simple space. I used the below code to unescape the filename string.\r<br />\n<br />\nUri uri = new Uri(Uri.UnescapeDataString(filename));\r<br />\n<br />\nHope this helps someone.\r<br />\n<br />\nManik<br />\n",
    "PostedDate": "2014-07-21T22:41:47.27-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]