Download-File-JS icon indicating copy to clipboard operation
Download-File-JS copied to clipboard

Is it possible download an image from a link or client-side file generated in JS?

Open 2hands10fingers opened this issue 7 years ago • 2 comments

I want to be able to download several images by have the user checkbox the one he wants. The code will place images in the generated zip file client-side and then download.js should download the zip file.

How would this work?

2hands10fingers avatar Apr 14 '17 23:04 2hands10fingers

There are a load of ways but all would need some kind of backend implementation.

Can you describe in more detail your requirements and I will try to help you find the best way?

ghost avatar Apr 19 '17 22:04 ghost

@jamesrweb images get displayed on a page, a user checks which images he or she would like, clicks download, image files are downloaded and compressed to zip

2hands10fingers avatar Aug 17 '17 15:08 2hands10fingers