Is There A Way To Default Or Suggest A Folder Structure On A Direct Download Without Using A Zip File?
Q: Is there a way to default or suggest a folder structure on a direct download without using a zip file? I have an AngularJS app that I use to generate text files that are importe
Solution 1:
You could use tar instead of zip.
https://github.com/beatgammit/tar-js
But no, you you can't download a directory unless it's somehow converted to a single file.
Post a Comment for "Is There A Way To Default Or Suggest A Folder Structure On A Direct Download Without Using A Zip File?"