Using FormData to send forms with XHR as key/value pairs
Planet Mozilla
Being able to easily specify what to post with XMLHttpRequest is quite a powerful way of sending things to the server, using key/value pairs and FormData. However, many seem to have missed this gem, so I thought I’d outline it here. The general approach…
11 February 2013