I'm using v9 and I've implemented an Umbraco form, which contains amongst other fields a "file upload" field. when the form is submitted, the file is received in the "protected override void OnFormHandled(Form form, FormViewModel model)" of "UmbracoFormsExtController" as an encrypted version of the original file.
So 1. Is there a way to prevent this behavior and receive the file as it was uploaded? 2. If not, how do I decrypt the file?
Umbraco Forms file encryption
Hi,
I'm using v9 and I've implemented an Umbraco form, which contains amongst other fields a "file upload" field. when the form is submitted, the file is received in the "protected override void OnFormHandled(Form form, FormViewModel model)" of "UmbracoFormsExtController" as an encrypted version of the original file. So 1. Is there a way to prevent this behavior and receive the file as it was uploaded? 2. If not, how do I decrypt the file?
is working on a reply...