Download-File-JS
Download-File-JS copied to clipboard
Is it possible download an image from a link or client-side file generated in JS?
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?
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?
@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