Your version of LimeSurvey: LimeSurvey Community Edition - Version 5.6.68+240625
Own server or LimeSurvey Cloud: Own server
==================
Hi everyone,
I have created a form with limesurvey, where the user has to upload an electronically signed file in PDF or P7M format.
To do this I used the ‘File upload’ question type made available by Limesurvey.
For PDF files I had no problem, but for P7M files there was no way, I always get this message :
‘The file type application/octet-stream (extension: bin) is not allowed!’.
Searching on intenet it seems that the MIME type for P7Ms may not be interpreted correctly because this configuration on the web server is missing
Code:
application/pkcs7-mime.
Together with fellow system administrators we have tried various attempts by adding the MIME type to various files (htaccess, config.php, etc.) but without result.
I would like to know if anyone has already been through this and found a safe solution.
Thank you all