How to create and fill a ZIP file using ASP.NET?

后端 未结 9 1821
暖寄归人
暖寄归人 2020-12-14 17:29

Need to dynamically package some files into a .zip to create a SCORM package, anyone know how this can be done using code? Is it possible to build the folder structure dynam

9条回答
  •  独厮守ぢ
    2020-12-14 17:45

    I have used a free component from chilkat for this: http://www.chilkatsoft.com/zip-dotnet.asp. Does pretty much everything I have needed however I am not sure about building the file structure dynamically.

提交回复
热议问题