Sending a folder of files from a PHP or Node js backend
I'm trying to implement a feature that allows users to download multiple files on mobile at once. The problem is mobile browsers seem to prevent that, and I don't want the user to download the files as a zip file. Is there a way to send a single fold...
Join discussion