[
https://issues.apache.org/jira/browse/COUCHDB-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591749#action_12591749
]
Olle Jonsson commented on COUCHDB-19:
-------------------------------------
http://wiki.apache.org/couchdb/HttpDocumentApi (the Attachments section near
the end) now has this wording:
NB: Any base64 data you send has to be on a single line of characters, so
pre-process your data to remove any carriage returns.
Any other places you think need information?
> Large base64 attachment bodies must be single-line
> --------------------------------------------------
>
> Key: COUCHDB-19
> URL: https://issues.apache.org/jira/browse/COUCHDB-19
> Project: CouchDB
> Issue Type: Bug
> Components: HTTP Interface
> Reporter: Noah Slater
> Priority: Minor
>
> The Wiki documentation does not reflect that large attachments, when
> encoded with Base64 should not have line-breaks (otherwise upload fails).
> The whole base64 string must be on a single line. Therefore, output from
> e. g. base64 program is not immediately usable; it must be preprocessed to
> remove line breaks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.