Parse multipart / form-data from a PUT request

I am in a RESTful API writing environment, but unfortunately PHP does not have native support for the PUT method.

Does anyone know a script / library that will parse multipart / form-data in PHP?

+4
source share
1 answer
-3
source

Source: https://habr.com/ru/post/1402357/


All Articles