Good morning everyone!

I have a website in which users can upload photos through a data-bound form, which then generates a page in the admin-panel. My client needs to have all the photos uploaded by the users (they are an editable type="securefile") and, as we expect to have a lot of users, manual download isn't possible.
So i thought of a button, placed in the list-view, which allows to download all the photos at once.

Is it possible? If yes, how can I accomplish that?

Thanks!