When I submit this form from Google Chrome, the browser makes a GET request. Are HTTP PUT requests submitted from HTML forms generally unsupported client-side?
<form id="#main-form" action="http://localhost:8080/resource/1" method="put"
enctype="multipart/form-data">
<input type="text" name="name"/>
<input type="submit" value="submit" />
</form>