So i have a site, where users can create events thorugh Umbraco Forms (8.10.2), from the front end.
The events are saved as nodes in the content tree. There is a file upload data type on the form, that maps to a file upload datatype on the content node.
The problem is that the uploaded image returns 403 on the frontend - unless im logged in. Thats not really useable.
403 error on images uploaded with forms
So i have a site, where users can create events thorugh Umbraco Forms (8.10.2), from the front end. The events are saved as nodes in the content tree. There is a file upload data type on the form, that maps to a file upload datatype on the content node.
The problem is that the uploaded image returns 403 on the frontend - unless im logged in. Thats not really useable.
How do i get rid of the 403.
the url is like: https://www.mysite.com/media/forms/upload/form_e37765cb-a899-4c02-a62a-48e040cb311a/6d4f2847-0b52-4e2a-b01c-4679f......./img.jpg
This was not an issue on earlier versions, so there must be a setting introduced somewhere...
in applugins/umbracoforms/umbracoforms.config set
It seems to be set to false by default.
is working on a reply...