Hi,
I'm using LocalFS to show pushed
jpeg files from a PACS system. These Jpeg files are all sorted in folders
(each patient has a folder) etc.
Now I would like the user to be able to download a
complete folder, just by clicking it on the browser. The best way to let the
user download the whole folder is (I think) to first zip the folder and then let
the user download the zip file. (If there are ways to download a complete
folder, that's even better).
Now, are there people who know of a good python
library for zipping a file (.zip format)
Or do people know if it is possible to download a
complete folder?
Thanks in advance,
Regards, Tom.