Hi All,
I need a solution to create ZIP file, but I am stucked a little. I can create a ZIP archive, but I do not want to download it to local client, instead I need to save ZIP file on servers' temp folder.
I have created a function to save a PDF file on server temp folder, rename the file and upload the file to the FTP. Everything work as expected. Now, I jave to create a ZIP file, insert PDF file to that ZIP file and save the ZIP file on servers' temp folder, by not downloading ZIP file to local client.
Any suggestions? I can also use .net for this purpose, since client has BC deployed on-prem (v19).
Thanks Damjan