Looking at the code, I think the *only* case where the push replicator > sends attachments as inline base64 is if the server doesn’t support > multipart … I believe this was for compatibility with old versions of > PouchDB. Otherwise it’s always multipart. > > —Jens > > PS: If you’re following along in the code, the relevant variable > is _dontSendMultipart in CBLRestPusher.m. >
Yes, I was inspecting the code and I turned on the Sync logging and I see the multipart uploader is being used: *Sync: CBLRestPusher[https://blahblah-bluemix.cloudant.com/db-71ac9de1a8d541f5bf3e4e544309a61c]: Queuing CBLMultipartUploader[PUT https://blahblah-bluemix.cloudant.com/db-71ac9de1a8d541f5bf3e4e544309a61c/rec-41e615fd7b7747ebb00a047ac412a2c5?new_edits=false] (multipart, 1547kb)* Thanks, Brendan -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/0f58ffce-340e-4152-82ae-57671373cc88%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
