D
D
devilsD2020-01-29 12:28:48
Yii
devilsD, 2020-01-29 12:28:48

How to get bodyParams data from MultipartFormData?

I send the form to the server with a PUT request, there is data in the console.
on the back of the parser settings

'parsers' => [
                'multipart/form-data' => 'yii\web\MultipartFormDataParser'
            ]


But Yii::$app->request->getBodyParams(); empty.
If I send json and use yii\web\JsonParser then the data comes normally.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question