Hello.
I have a workflow where I try to get the uploaded file from the record field but when I try to check if file exists in the /media/forms/upload, it doesn't find it.
I searched for it and it says that apparently i get 403 error.
To fix it I can add DisableFileUploadAccessProtection in the Forms section of appsettings but it will open the files to the public.
Any ideas how to achieve it without the DisableFileUploadAccessProtection?
Thank you