A simple question: everyone knows that you can receive POST data in an HTML form on the server, and the browser will process the serialization of the data in the form.
However, is it possible to do this using the verb PUT? Either through Javascript, or some other means.
source
share