When I use the content type as “multipart/form-data”, I can read the upload file information but not the other post data.
I have form with crate account information along with an image for a profile.
In this case I have use the content type as “multipart/form-data”.
And when I have content type is set and POST the data.
I can read data from getUploadedFiles() but not from $request->getBody(), getParsedBody() and also withParsedBody().
Please advice