<form method='post' action='/somewhere'>
<input type='hidden' name='_method' value='put' />
...
</form>
Then the browser uses POST, but Sinatra will interpret is as PUT.
(Sinatra developers: correct me if I'm wrong.)
JW
2008/7/16, Dan <dan...@gmail.com>: