so.I Made a System to check “PCB” File ,i got six File in .zip file,
I Want to Upload the .zip file to my service,
how to make sure that the six file is the one i want~?
i want to get a files list before i upload the zip file…
so.I Made a System to check PCB File ,i got six File in .zip
Share
I would recommend using dotNetZip Library, it’s open source and very easy to use, here is a example of listing files inside of zip file that is uploaded with ASP.NET FileUpload control: