maybe you should change it:
$.ajax({
dataType: "xml",
data:{xmldata:d},
success: postSave,
url: saveURL,
type: "PUT",
beforeSend: diagnoser.credManager.getAuthSetterCurrent()
});
- [jQuery] Problem using PUT HTTP method with $.ajax descsuit
- [jQuery] Re: Problem using PUT HTTP method with $.ajax lanxiazhi

