Is it possible to download multiple files simultaneously?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
joaoisobr
User
Posts: 14

Is it possible to download multiple files simultaneously?

Post by joaoisobr »

I need to create a repository of documents and make dawnload simultanenamente various documents, need to do multiple downloas the same time, you do not have an example with this code


digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

Post by digitalphotoworld »

You can only download one file at time.
If you need to download several files, you have to put them all together into a zip-file. After that, you could download the zipfile.

Google for: php generate zip on the fly


Post Reply