Hi,
I want to download zip file. In database multiple files are present. I want to create a zip file of all that files and then that zip file must get downloaded. I know, for this purpose,we have to use zip extension,but I don't know the exact sequence.Please suggest me how to use zip extension.
Thanks and Regards,
Amit Joshi
Hi Amit,
The sequence should be:
CreateZip() Loop Documents AddFile(CreateZip.ZipHandle,...) End Loop CommitChanges(CreateZip.ZipHandle) GetZipBinary(CreateZip.ZipHandle) <DownloadWidget> - Using the Output from GetZipBinary
Hélder Anselmo wrote:
Hii, Hélder Anselmo I also tried this & it worked, thanks for the answer.
Sagar Rathod wrote:
Awesome Sagar Rathod!! :)
This works like a charm. Thank you !
Hi Helder,
Thank you very much.Now it's working fine.
I just used this sequence of instructions and it worked correctly.
Maykon Nogueira wrote:
Good to know Maykon! :)
HI,
Can anyone suggest me how i can use zip extension to zip main folder which contains multiple sub folders with documents?