Dear All
How to create a zip file and set the zip file password with the BigZip plugin
Hello.
The component has a doumentation section explaining it:
https://www.outsystems.com/forge/Component_Documentation.aspx?ProjectId=356&ProjectName=bigzip
To create a new ZIP archive, use ZipCreate. It has three, optional, Input Parameters:
Hi Hothorasman,
I can see the BigZip extension has a ZipCreate action with has a Password input which you can use.
Hope this helps!
Regards,
Nordin
Dear Nuno,,
On the Outsystems platform ver 10 this codingan works and is successful
Now we use the platform ver 11.8.0I think there are many changes from this BigZip plugin and I don't really understand using it. Can I get an example that can already be used in an OML file?
Hi,
I want to send around 80 to 90 mb zip file in email. Is it possible to send using BigZip?
Thanks,
Asha
Hi Asha,
Sending 80 MiB via e-mail is not possible. Most e-mail servers limit the size of attachment to around 10-20MiB. This has absolutely nothing to do with BigZip.
Also, if you have ZIPs of 80 MiB, you should probably not use BigZip, but the normal Zip Extension that comes with the Platform.