Thanks for the idea, Anup.
There are 2 gotchas that I think are un-get-aroundable:
1) I need to POST a content type of 'application/json' but using a
form will send a content type of 'application/x-www-form-urlencoded'
2) I am posting key values, not query arguments, so a hidden input
field will not result in the data format I need.
I'm leaning toward writing a small node.js app attached to CouchDB as
a handler which will take the form post and convert it to a more
'couchy' request.
Thanks again,
Justin
On Fri, Feb 18, 2011 at 3:19 AM, Stefan Matheis
<[email protected]> wrote:
> Anup, then you're actually testing google's chrome which would execute
> php locally? ;)
>
> On Fri, Feb 18, 2011 at 9:11 AM, Anup Bishnoi <[email protected]> wrote:
>> in fact there's a jquery plugin for doing this i think
>> try this:
>> http://stackoverflow.com/questions/921037/jquery-table-to-csv-export
>>
>