Hello everyone,
I’m facing a situation where I need to donwload multiple files from Xano at once. Is it possible to do this or to create a ZIP file with all the fetched files at once?
Hello everyone,
I’m facing a situation where I need to donwload multiple files from Xano at once. Is it possible to do this or to create a ZIP file with all the fetched files at once?
Yes Xano has a feature to build a multi-file archive, or if you’re comfortable with a spot of code, you could implement js-zip library on the client side to build out your zip file in the browser.