Hi,
I'm working on a custom DFS service that should do the following:
- get some content files from the repository
- create a ZIP file with all those content files
- return the ZIP file to the service consumer
I'm stuck on the last bit. How can I return a file to the consumer?
Since the ZIP file is created on the fly locally on the DFS server, it is not in the repository.
This means that UCF and ACS cannot be used.
So how can I do this? Streaming should be used, since the file could be in Gb size.
THanks for any help,
Sander