download multiple files as zip in .net

前端 未结 4 680
日久生厌
日久生厌 2020-12-13 11:45

i have a file list with check box for each files , if the user checks many files and click download i have to zip all those files and download it... like in mails attachment

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 11:47

    The 3 libraries I know of are SharpZipLib (versatile formats), DotNetZip (everything ZIP), and ZipStorer (small and compact). No links, but they are all on codeplex and found via google. The licenses and exact features vary.

    Happy coding.

提交回复
热议问题