Replies: 2 comments 1 reply
-
i will investigate first option in 0.54 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, you can achieve this behavior (the first you described).
Doing so, if the user selects a file and a folder, the zip will contain only the file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On my server, I have a large number of files organized in a tree-like structure. The total size of these files is approximately 100 GB, (200,000 files and 10,000 folders containing files of 10-300 KB each).
Sometimes, some users select one or more of the basic folders and attempt to download them (like try to download whole my server without knowing how big it is)
Currently, I have blocked the zipping process entirely. However, I would still like to allow for users for the downloading of 1-100 selected files.
It would be great for me if one of these functions were there.:
Prevent folders from being zipped, but allow for the selection and zip of individual files.
or somehow limit the zipping of the selection based on its size. For example, allow zipping only if less than 100 MB of files and folders in total are selected (or one file greater)
or limit the zipping of folders if there is at least one folder inside
is it possible?
Beta Was this translation helpful? Give feedback.
All reactions