Hi Team,
I've just used your extension and it's great to having the ZIP extracted with the Special Characters.
However I need to add a password to the ZIP, how can I do that?
Thank you!
Hi @Aditya Kristuaji
You need to create Backend .NET logic using Integration Studio to achieve this. Follow the below steps to create the backend logic.
1: Create Extension
2: Add .NET Library
3: Create Structure Create a structure FileItem:
4. Create Server Action CreatePasswordZip Inputs:
Output:
5. Implement C# Code
6. Publish Extension
7. Use in OutSystems
8. Download File
I have checked other solution like adding CDN from ZIP.JS but it did not work. So, use the above .NET backend approach to add password.
Thanks,
Sudip
Hey @Aditya Kristuaji
You can also take the reference from below post
How to generate zip with password protection? | OutSystems
This is marked as resolved.
Thanks