I've created a photo book and I want that the users can download all the album with the respective photo but the problem is that some album have the size of 5GB and, if I compress all the photos to a zip file, the server block the request because it need too much time.
How can resolve this problem?
Is possible download multiple files without compress all into a zip file?
If yes, How?
PS: I cant modify the php.ini