A small, dependency-free OutSystems server-side component that extracts files from ZIP archives. It exposes two actions: ExtractZipFromBase64 and ExtractZipFromBinary. Both return a list of files where each file contains a Name and Content attribute. The component runs without any external or third-party integrations.Provide a simple, robust, and safe way to decode and extract ZIP archives supplied either as a Base64 string or as binary data. The component returns each entry in the archive as a structure containing the file name (including relative path inside the archive) and the file content (binary), so the caller can persist files, stream them to users, or process them further.
ExtractZipFromBase64
ExtractZipFromBinary
Name
Content
ZipFile
/