in a project asp.net, I generate invoices with active reports and I save them in pdf format. there I want to create a zip file dynamically and add the pdf invoices then downloading this file zip in client side. help me please.
-
look here to create zip files in asp.net & here to download files.yekanchi– yekanchi2018-05-21 03:52:38 +00:00Commented May 21, 2018 at 3:52
-
I tried the code but I have an error on the zipFilename variable on the line: using (Package zip = System.IO.Packaging.Package.Open(zipFilename, FileMode.OpenOrCreate)) "Access to the path 'C:\Program Files (x86)\IIS Express\Output.zip' is denied."Jawadovic3814– Jawadovic38142018-05-21 19:31:39 +00:00Commented May 21, 2018 at 19:31
-
manually give a path to zip fileyekanchi– yekanchi2018-05-21 23:48:14 +00:00Commented May 21, 2018 at 23:48
Add a comment
|