S
S
sundrey2015-12-17 18:23:51
Canvas
sundrey, 2015-12-17 18:23:51

Is it possible to give a lot of files for download to a user without using a server?

There are links to pictures that need to be passed to the user. There may be a lot of them. So far, I managed to load them through canvas and give them out as an archive using JSZip.js and FileSaver.js.
I had to split the return into 50 photos, otherwise all the RAM is wasted.
Are there any other ways to give a bunch of files to a client in one file without loading your server, but using a browser?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor Victor, 2015-12-17
@toptalo

We did the same by connecting dropbox.
Like there is some kind of gallery on the site, where the user can see the pictures, and there is a "download" link from which the archive comes (pre-loaded into the dropbox)
It has an api, in theory you can zip on a server and send it to the dropbox
Not sure that such a solution will suit you, but as an option

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question