You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
hyy, i have a many files in folder and i want to make a zip according to database data, can i manage that with Zipper
Like i have a folder upload which have many files example
file1,file2,file3,file4
and according to database
i want to make a zip of file1 and fil2 together and download the zip
How can i manage this ?
Please instruct me urgently, is this possible.
The text was updated successfully, but these errors were encountered:
You can add and array of Files, or a Folder which all the files in that folder will then be added, so from the first example we could instead do something like $files = 'public/files/';.
so you can add an array in theory my problem is now with the cms i'm using not with the class itself
i get an exception when the file dosen't exists.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hyy, i have a many files in folder and i want to make a zip according to database data, can i manage that with Zipper
Like i have a folder upload which have many files example
file1,file2,file3,file4
and according to database
i want to make a zip of file1 and fil2 together and download the zip
How can i manage this ?
Please instruct me urgently, is this possible.
The text was updated successfully, but these errors were encountered: