$request->getUploadedFiles() returns empty array on PUT

Thank you for the detailed response. I was worried that might be the case.

I seem to regularly be running into issues with how PHP natively handles PUT requests. I understand the decision not to make opinionated decisions about architecture but I must say that from my personal perspective, it doesn’t seem very intuitive that these operations would not both have similar access to the request body— perhaps there’s something I don’t understand at the deeper level.

Anyways, thanks again.