
Creating Zip (best solution?)
Hi guys,
In my application there is a list of documents available for download. Each document is a separate record in a table. Now I want to give our customers the possibility to download all (say 25) documents at once in a zip file.
JsZip looks like a good alternative, but then you need to use de JsZipUtils.getBinaryContent, which throws an Cors error.
So, maybe there is a better solution I haven't thought of yet. Can anybody share their experiences?
Corné
Hi guys,
In my application there is a list of documents available for download. Each document is a separate record in a table. Now I want to give our customers the possibility to download all (say 25) documents at once in a zip file.
JsZip looks like a good alternative, but then you need to use de JsZipUtils.getBinaryContent, which throws an Cors error.
So, maybe there is a better solution I haven't thought of yet. Can anybody share their experiences?
Corné
Login to reply