I have a problem with uploading files using nelmio version 4 with arguments, the documentation is quite poor and I can't find a solution.
You can't use in: 'formData' which worked in earlier versions, I also tried zwagger examples and it didn't work either. Is there anyone able to help
I have this example #[OA\RequestBody( content: new OA\MediaType( mediaType:"multipart/form-data", ) )] but not work, I have the impression that the MediaType is not displayed
Something like this:
or from model: