unable to get multiple entries in SelectEntries of DotNetZip
问题 I'm trying to use DotNetZipLib-DevKit-v1.9 in my MVC3 Project to extract the files to a specific folder. What i want is -- How to add multiple entries in zip.SelectEntries method. Here is my code in controller action: public ActionResult ExtractZip(string fileName, HttpPostedFileBase fileData) { string zipToUnpack = @"C:\Users\Public\Pictures\Sample Pictures\images.zip"; string unpackDirectory = System.IO.Path.GetTempPath(); using (ZipFile zip1 = ZipFile.Read(zipToUnpack)) { // here, we