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.
Is it possible to check if the zip is generated and completed then if they detect that the zip file is generated completely proceed to download. In my case i have a lot of files that needs to be in zip file to download what happens is it redirect to 404 because the zip file is not completed.
The text was updated successfully, but these errors were encountered:
Hi, you need chain function ->close() for wait to ready the zip file. In my case:
Zipper::make(public_path() . '/quibdo.zip')->add($files)->close();
It work! :D
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to check if the zip is generated and completed then if they detect that the zip file is generated completely proceed to download. In my case i have a lot of files that needs to be in zip file to download what happens is it redirect to 404 because the zip file is not completed.
The text was updated successfully, but these errors were encountered: