downloading folder as ZIP results in an error #3380
dprinzensteiner
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the elfinder installed via composer, and when I try to download a single file, it works fine. But when i try to download a folder, the zip archive is corrupted.
During debugging i found out, that after the zipdl function the outputJson function is called, in which the headers are set to application/json.
Has anyone encountered this issue before or do I have to configure some setting to enable the zipdl properly?
Beta Was this translation helpful? Give feedback.
All reactions