This function zips an array of File objects into a single zip file.
Array of File objects to be zipped
The name of the resulting zip file (without extension)
A promise that resolves to a File object representing the zip file.
This function zips an array of File objects into a single zip file.