Closed
Description
Symfony version(s) affected: 4.4.5
Description
Hi, I'm using symfony 4 versions and I have a problem with requests in the PUT multipart form data method. Unfortunately, the Request object is empty. $reques->request->all().
Possible Solution
At the moment I have changed the method from PUT to POST that works.