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 folder of files from a Node or PHP backend instead?
If sending a folder as a download is not feasible, can anyone point me to a solution to implementing multiple file downloads for mobile?
No responses yet.