Way to store attachments via PHP

Hey cr41s3,

You can simply pass the binary data directly to one of the storage operations (upsert, insert, replace) and it will be stored as a binary blob in Couchbase and this same data will be returned from a get operation.

Cheers, Brett