Simple question: everyone knows you can POST data in a HTML form to the server, and the browser will handle serializing the data in the form.
However, is it possible to do this using a PUT verb instead? Either through Javascript or some other means.