Browsers only support POST and GET, if you need PUT, you have to send the form via post/get and then do the proper PUT request on server-side.
EDIT although, most implementations of XMLHttpRequest support PUT and DELETE.
Browsers only support POST and GET, if you need PUT, you have to send the form via post/get and then do the proper PUT request on server-side.
EDIT although, most implementations of XMLHttpRequest support PUT and DELETE.