Is it possible to persuade the Stream result to download an entire directory and it's contents? And if so, how? I've no problem getting it to download individual files, but I have a need to download a series of files that must be in a specific directory structure.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I don't think so. Stream result allow you to download ONE content, with its MIME type, its name, etc. This makes it impossible to work with a lot of files, with different names and content type. What you can do is:
I think you may consider the third option. |
|||||
|