Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 MVC 4 项目。我想在一个 zip 文件夹中下载多个 pdf 文件。这个 pdf 文件是在模型弹出窗口中动态生成的,并通过复选框选择 pdf 文件,然后我单击按钮下载 pdf 文件。如何在 zip 文件中单击按钮下载 pdf 文件?
使用SharpZipLib库压缩服务器中的文件。然后发送给客户。
这可以帮助您如何将文件添加到 zip。