Is there any super simple straight forward way to download multiple files as archive
From content-disposition: attachment type links, i have an array of those as you can see in the picture, and i wanna download all the files in that array but as an archive instead of separately.

5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
hmm this seems to archive local files, the links i have are external, from AWS
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
hmm unfortunately im getting CORS errors when doing fetch from nuxt on the AWS links, even tho they're presigned with all the keys.. probably just gonna make an archive from the backend then
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View