- πͺπ¨Ecuador jwilson3
multipart/form-data in PUT requests will finally be parsed and handled properly in PHP 8.4
If I try to to submit form data using "Content-Type: multipart/form-data", the request is rejected with the message "406 Not Acceptable: Unsupported request content type multipart/form-data". Multipart forms should be supported because they are the best way to upload images.
Fixed
5.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
multipart/form-data in PUT requests will finally be parsed and handled properly in PHP 8.4