-1
'Unexpected field 'img.0.error' in POST data, Unexpected field 'img.0.name' in POST  
Cake\Controller\Exception\AuthSecurityException
Eric Hauenstein
  • 2,557
  • 6
  • 31
  • 41

1 Answers1

0

This is coming from the Security Component. You will likely need to either unlock the img field, or else disable the security component entirely for this action. Specifics of how to do this may vary depending on your specific version, so check the linked manual for implementation details.

Greg Schmidt
  • 5,010
  • 2
  • 14
  • 35