-
-
Notifications
You must be signed in to change notification settings - Fork 185
Download Files as a ZipFile
Muah edited this page Jun 13, 2018
·
20 revisions
from
v3.0.5
zip download will have persisted folder hierarchy
currently we have only one way to download files, but when you try to download a multiple items, your machine/device downloads folder quickly becomes a mess.
so to solve that, we now have 2 options for downloading files
- 1- you can download separate files like normal.
- 2- download selected files as a .zip file.
- to track the zip progress/errors, we use websockets through laravel-echo, however if you dont want to use it its okay but you wont be able to track the zip stream operations.