Overview

SPZip Library is real-time zip tools for SharePoint Document Library, Picture Library and individual files in SharePoint. It is deployed as an Apps in Office 365, SharePoint Online 365 as well as SharePoint 2013 on premises. Using this tools, you will be able to download multiple files and folders at your selection with ease as a single ZIP file. You can also use this tools to prepare password protected ZIP file to protect the ZIP file while downloading and transferring to other parties. This tools uses non-blocking technique in order to process multiple requests at the same time in the server, and it is also capable to process large file or hundreds of files.

It works by accepting request to compress one or more files from SharePoint site through our custom action. Upon receiving the request, our service will calculate estimated times to process and starts the process in memory to prepare zip channel to client's browser. When the first bytes of ZIP file is ready for download, the component will read directly the original file and streams out to client browser. All happened in server memory and isolated per user session. We are making sure that no traces of your files will be available physically - during the process or after the process. The zip channel will be valid for specific communication channel for specific users, and destructed from memory as soon as the transmission has been completed or user closes the window or cancel the transmission. This process guarantee the security and no tracks of your file ever persisted for this process.

The communication to our services is protected by HTTPS channel, which is widely used for secure communication.

User Guide

Download Multiple files as Zip

  • Open document library
  • Select files or folder on the files list view
  • Click "Create Zip File" button, on the Files tab

Download Multiple files as Zip Password (registered version only)

  • Open document library
  • Select files or folder on the files list view
  • Click "Create Zip File" button, on the Files tab
  • Enter filename and password for the zip file. on the dialog window. Clik OK

Write to Us

Fill the form below and we will try to contact you soon