i am calling createTarGzArchive and paasing list contails 4 XML files path. I have written below method for creating TarGZ byte array.
this method retunr successfully byte array.
After that i am doing Encryption here i am passing that byte array to encryptBundle(byte[] tarGzBytes) method.
after that i am getting Encrypted TarGz byte array put into session.
is above code right or any thing needs to be done here?
Now i want to download that tarGz from jsp. How should i download tarGz file from jsp help me any one on this?
Please provide sample code for this.
Thanks,
Gopal
[BSouther: Added
UBB CODE tags]
[ July 31, 2007: Message edited by: Ben Souther ]