Hello,
I want to be able to add some files (java.sql.Blob) to a ZIP file in a
servlet. At this moment I am able to create the ZIP file, but when opening the ZIP file it´s empty?
Below you see some of my code. I get the files from Blob values:
I guess the problem is my for loop?! I appreciate any help...