-
-
Notifications
You must be signed in to change notification settings - Fork 182
Download Files as a ZipFile
Muah edited this page Mar 24, 2020
·
20 revisions
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 used to use SSE but it wasnt quick enough nor accurate enough, so we switched to websockets through laravel-echo still if you decided not to use it you wont be able to track the zip stream operations.