Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Heinrich Schmidt
127
Views
2
Comments
How to use the ZIP reference Outsystems 9
Question
Component
Hi,
Does any one know how the Zip reference works?
More spesifically the "GetFiles" action? (I need to unzip a file, and use its contents)
I havent used this reference at all before, and I cant find any documentation on it.
Any help will be appreciated....
Kind Regards
Heinrich
João Rosado
Staff
Hi Heinrich,
To use the GetFiles action you need to reference the GetFiles and the LoadZip actions.
First call the LoadZip with the binary data of the zip, then call the GetFiles with the handle returned by the Load.
Like this:
Regards,
João Rosado
Comptoir Sherbrooke
Could someone explain to me exactly how to call the LoadZip with the binary data of the zip, then call the GetFiles with the handle returned by the Load. I am a newbie and really need some help to load pictures to a database via a zip file. I saw the instructions on how to do the rest but i have issues with the necessary steps. I cannot find loadzip in my actions...
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
 Loading...