Open DeepDiver1975 opened 9 years ago
Or we follow the approach of the uploads collection:
@dragotin @PVince81
Which problem do we solve here? Is it bundling for download? Sounds great.
Questions:
susi.jpg
is not compressed because jpeg already is, but loveletter_to_susi.txt
is because it is text. The client gets susi.jpg
and loveletter_to_susi.txt.zip
in the tar.Otherwise nice. We should have something similar for upload.
We don't compress, zip or tar is only a way of bundling files. There are two use cases:
If we want to give the client the capability to download multiple files in one cycle we might want to follow CalDAV which defines a multi get report
There should be an endpoint which allows creating of zips. Root url: /dav//zip/
As an alternative to the .zip extension a .tar extension should be supported