I’m wondering how to submit data to CouchDB without using AJAX. AJAX is awesome, but there are still some folk who have JavaScript off along with a variety of other reasons not to rely solely on JavaScript.
I’m wondering how to submit data to CouchDB with a normal HTML form submission (POST request). What do I put in the action attribute? What should I expect happens to my data?
I tried testing this out myself with little success. I also searched the guide and wiki to no avail. If there is an article already out there that would rock!
Take a look at update handlers.