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?
You can use parse_str (file_get_contents ("php: // input"), $ vars) to access the PUT data
Source: https://habr.com/ru/post/1402357/More articles:Cannot install perl with perlbrew - perlbrewignore sed string starting with regex - sedHow to limit char size in string stored as ArrayList elements in Java? - javaWhat event occurs when a user interacts with a DateTimePicker control? - c #How to distinguish user and software changes in WinForms CheckBox? - checkboxBind dialog box - jqueryPassing a date parameter to the table-value-function string is sloooww - sqlReplace IP addresses with host names in the log - linuxRails: How do you map a stylesheet to a layout? - cssHow to reinitialize an array in pure C exactly (not C ++)? - cAll Articles