Is there a way to zip up files?

Hello,

For my application, user will upload 10-20 images.

Is there a way to put these images into a .zip file on the backend?

I need to use it as a zip file for what I am trying to do.

Tried searching for this but couldn’t find anything up to date on this, any ideas?

Thanks.

I’ve never used it, but this looks like it might do what you need.

Seems to take a list of file URLs and make a ZIP. But it might just be on the client side and prompt you to download, rather than running on the server and storing the .zip in your database.

1 Like