S
S
svetlov972017-05-28 15:17:32
Character encoding
svetlov97, 2017-05-28 15:17:32

How to create a Zip archive using JS with only links to files?

You need to use JS to pack the Zip archive. There are links to files that need to be packed in Zip.
I know that there is a JSZip library for this , but to use it, you need to encode the file in base64 , download it first, but it takes a long time to put it mildly. Maybe someone did this, and the script remained or there are other ideas.
Help my place!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Defman21, 2017-05-28
@Defman21

You can't zip something that doesn't exist. It won't work without downloading the files.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question