222
Views
5
Comments
Download multi file
Question
I using Download widget for download file. But I need download multi file in 1 action. Download widget can't implementation of this.

Please help!
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Hi Nguyen,

The fact that you can only download a single file is a limitation of the standard way a browser processes a download. If you want multiple files downloaded at once, you need to put the files in a ZIP file. You can use the system Zip component for that.
UserImage.jpg
Nguyen Ho Phuong
Hi Kilian,

Thanks for support!
I'll learn how to put the files in a ZIP file. Please help me if I have problem.
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Hi Nguyen,

I'll be on a holiday for two weeks starting this afternoon, but I'm sure J. or Justin James or one of the others can help you out.
2019-11-12 17-31-26
Justin James
 
MVP
There's an extension called "Zip" that allows you to work with Zip files. I haven't worked with it, but it looks easy to use.

J.Ja
UserImage.jpg
Nguyen Ho Phuong
Hi Justin, Kilian

I have created a zip file and download zip file. It is simple and resolve my problem.

Thanks for support!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.