con2/kompassi

As the survey owner I want to view and download uploaded files

Closed this issue · 0 comments

When there is a file upload field on the form, show a link to the uploaded file in S3 in the single result view.

process_form_data could be helpful and presign URLs for this. (Perhaps make process_form_data accept a key_fields_only: bool = False so as to not do extra work for fields that will be stripped later?)