Hi all:
(Limesurvey 3.22.17+200525 here! )
I´m experimenting problems trying to download uploaded files from responses in my surveys.
First, I can't find anywhere the icon to download all the uploaded files at a time...
I found this:
bugs.limesurvey.org/view.php?id=15320
but I'm not sure if it means that the icon is missing from recent versions of Limesurvey.
I've tried first this way:
Code:
https://your-limesurvey-domain.com/index.php?r=admin/responses/sa/actionDownloadfiles&surveyid=577546&sResponseId=6
where:
surveyid=577546 (my survey id)
ResponseId=6 (a response with uploaded content)
This works great. One response at a time
Next test (multiple responses):
Code:
https://your-limesurvey-domain.com/index.php?r=admin/responses/sa/actionDownloadfiles&surveyid=577546&sResponseId=6,12
It doesn't work

It seems to produce an error 500 but I haven't been able to debug so far.
Last test(all responses):
Code:
https://your-limesurvey-domain.com/index.php?r=admin/responses/sa/actionDownloadfiles&surveyid=577546&sResponseId=
(With empty argument for sResponseId)
It doesn't work, but looking at the github code:
github.com/LimeSurvey/LimeSurvey/blob/ma...n/responses.php#L803
seems to be valid for a full zip download
I would greatly appreciate if someone could test this in his/her own installation so I could tell if it is a local problem or a bug.
Thanks in advance and take care

Regards