Creating Zip Files from Memory Stream C#

前端 未结 5 2152
执笔经年
执笔经年 2021-02-04 06:51

Basically the user should be able to click on one link and download multiple pdf files. But the Catch is I cannot create files on server or anywhere. Everything has to be in mem

5条回答
  •  春和景丽
    2021-02-04 07:32

    You could generate your pdf files and store it in IsolatedStorageFileStream then you could zip content from that storage.

提交回复
热议问题