- 🇦🇷Argentina nexonOSX
I had same issue but in my case was a wrong template content I was using just {element}. So after I change to the proper webform strucuture it works:
{{ title_prefix }}
{{ children }}
{{ title_suffix }}
Hello guys,
I've created a form contact using webform contrib module, the contact form has a field which serve to upload a documents, the problem is when choosing the document to upload I've got immediately the following error message:
An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (32 MB) that this server supports.
My document size is too less than 32MB it's about 15ko.
Any idea about the issue's source?
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I had same issue but in my case was a wrong template content I was using just {element}. So after I change to the proper webform strucuture it works:
{{ title_prefix }}