Synchronise blobs using SyncGateway

@Andy Exactly, I have directly store blobs in Couchbase Server. I don’t think there is a way to store binary data as JSON attachment in Couchbase Server isn’t it ? I have looked for it but it seems that we can only store binary data as I’ve done and like it’s explained here : http://docs.couchbase.com/developer/java-2.1/documents-basics.html

I am actually making the link myself in my JSON documents, by adding a field containing a blob ID.

Thank you again.