Answer the question
In order to leave comments, you need to log in
Is it possible to send FormData using PUT method?
I work with Rest Api, and I need to send data using the PUT method, I use my JS API inside which FormData is used.
When I tried to send data using the PUT method, I got the following on the server:
Array
(
[-----------------------------568523915322479515696938189
Content-Disposition:_form-data;_name] => "alias"
Алиас
-----------------------------568523915322479515696938189
Content-Disposition: form-data; name="name"
Название
-----------------------------568523915322479515696938189
Content-Disposition: form-data; name="submit"
submit
-----------------------------568523915322479515696938189--
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question