Solutionunvalidated
Submit the form as POST while overriding the method using the `_method: 'patch'` field, and ensure `forceFormData: true` is set so the file is sent as multipart data.
8636afe3-647b-4802-9ae2-beee3ba8a9af
Submit the form as POST while overriding the method using the _method: 'patch' field, and ensure forceFormData: true is set so the file is sent as multipart data.