Closed janl closed 10 years ago
Also yeah, that's something that I need to add to the tests. This will probably be my weekend project.
so is this fixed? :)
Well, attachments are included in base64 format, which is "good enough" for now.
More broadly this will be improved when we fix attachments in PouchDB to allow for multipart/mixed (both ingress and egress).
Cool, thanks for the heads up.
Attachments would just be included base64-style in an
_attachments
map. Basically the dumbest possible solution, but that's why I put a version number in the header :wink:.