On Jun 10, 2010, at 5:27 PM, farad wrote:
> Randall Leeds <randall.le...@...> writes:
>
>>
>> There is no reason to put your application data in the www directory.
>> CouchDB can serve files as attachments to database documents without a
>> problem, which is how CouchApp functions. You should not need to
>> modify local.ini.
>>
>> On Thu, Jun 10, 2010 at 10:14, farad <toma...@...> wrote:
>>> Randall Leeds <randall.le...@...> writes
>
>>
>>
> Function which i'm using returns jObj = {}. All data look like
> {"app":"Intersept","appid":"1212321","first":"John","desc":"some info
> here","last":"Peterson","email":"[email protected]","srvs":"cache,queue,asset"}
> Using click event how can i save this data to 'mydb' at couchdb.
http://github.com/jchris/toast/blob/selectorstash/_attachments/app.js#L57
>
> thanks,
> farad
>
>
>